You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/03/21 09:46:56 UTC

[santuario-xml-security-java] branch main updated: Bump slf4j-api from 2.0.6 to 2.0.7 (#143)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 65ac4f07 Bump slf4j-api from 2.0.6 to 2.0.7 (#143)
65ac4f07 is described below

commit 65ac4f07f8302dcbd64e4cd63c050e08a4fa9fa4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 21 09:46:50 2023 +0000

    Bump slf4j-api from 2.0.6 to 2.0.7 (#143)
    
    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 d9654f37..ab223f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@
     </profiles>
 
     <properties>
-        <slf4j.version>2.0.6</slf4j.version>
+        <slf4j.version>2.0.7</slf4j.version>
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.9.2</junit.version>
         <log4j.version>2.20.0</log4j.version>