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/09/29 09:31:11 UTC

[plc4x] branch develop updated: build(deps): bump slf4j.version from 2.0.2 to 2.0.3 (#524)

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 975ffea25 build(deps): bump slf4j.version from 2.0.2 to 2.0.3 (#524)
975ffea25 is described below

commit 975ffea2569e40ef7fbf22d822af15afbef2d24e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 29 11:31:05 2022 +0200

    build(deps): bump slf4j.version from 2.0.2 to 2.0.3 (#524)
    
    Bumps `slf4j.version` from 2.0.2 to 2.0.3.
    
    Updates `slf4j-api` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3)
    
    Updates `slf4j-simple` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3)
    
    Updates `log4j-over-slf4j` from 2.0.2 to 2.0.3
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-simple
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 509595356..a8455610c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
     <netty.version>4.1.82.Final</netty.version>
     <owasp-dependency-check.version>7.2.1</owasp-dependency-check.version>
     <pcap4j.version>1.8.2</pcap4j.version>
-    <slf4j.version>2.0.2</slf4j.version>
+    <slf4j.version>2.0.3</slf4j.version>
     <vavr.version>0.10.4</vavr.version>
     <xmlunit.version>2.9.0</xmlunit.version>