You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/10/03 15:38:37 UTC

[ws-wss4j] branch 2_4_x-fixes updated: Bump slf4j.version from 1.7.36 to 2.0.1 (#58)

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

coheigea pushed a commit to branch 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_4_x-fixes by this push:
     new 614eacc75 Bump slf4j.version from 1.7.36 to 2.0.1 (#58)
614eacc75 is described below

commit 614eacc75b030a79f9fa75da06659db6d08c6356
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 16:28:19 2022 +0100

    Bump slf4j.version from 1.7.36 to 2.0.1 (#58)
    
    Bumps `slf4j.version` from 1.7.36 to 2.0.1.
    
    Updates `slf4j-api` from 1.7.36 to 2.0.1
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1)
    
    Updates `slf4j-reload4j` from 1.7.36 to 2.0.1
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:slf4j-reload4j
      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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ac6f2ee0d..effb8255e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -44,7 +44,7 @@
         <kerby.version>2.0.2</kerby.version>
         <neethi.version>3.1.1</neethi.version>
         <opensaml.version>3.4.6</opensaml.version>
-        <slf4j.version>1.7.36</slf4j.version>
+        <slf4j.version>2.0.1</slf4j.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xz.version>1.9</xz.version>