You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/29 08:31:49 UTC

[plc4x] branch develop updated: build(deps): bump slf4j.version from 1.7.36 to 2.0.0 (#468)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2a1c65aea build(deps): bump slf4j.version from 1.7.36 to 2.0.0 (#468)
2a1c65aea is described below

commit 2a1c65aea2c52db856a369386dcbc1e740e9f208
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 29 10:31:42 2022 +0200

    build(deps): bump slf4j.version from 1.7.36 to 2.0.0 (#468)
    
    Bumps `slf4j.version` from 1.7.36 to 2.0.0.
    
    Updates `slf4j-api` from 1.7.36 to 2.0.0
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)
    
    Updates `slf4j-simple` from 1.7.36 to 2.0.0
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)
    
    Updates `log4j-over-slf4j` from 1.7.36 to 2.0.0
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1e64d3bf..ec41700c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
     <netty.version>4.1.79.Final</netty.version>
     <owasp-dependency-check.version>7.1.1</owasp-dependency-check.version>
     <pcap4j.version>1.8.2</pcap4j.version>
-    <slf4j.version>1.7.36</slf4j.version>
+    <slf4j.version>2.0.0</slf4j.version>
     <vavr.version>0.10.4</vavr.version>
     <xmlunit.version>2.9.0</xmlunit.version>