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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new b34a5eb  Bump slf4j.version from 1.7.26 to 1.7.36 (#244)
b34a5eb is described below

commit b34a5ebf0f950212c514104d6c0c7a465d5a9561
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 1 13:33:39 2022 -0400

    Bump slf4j.version from 1.7.26 to 1.7.36 (#244)
    
    Bumps `slf4j.version` from 1.7.26 to 1.7.36.
    
    Updates `slf4j-api` from 1.7.26 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.36)
    
    Updates `jcl-over-slf4j` from 1.7.26 to 1.7.36
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 commons-vfs2-jackrabbit1/pom.xml | 4 ++--
 pom.xml                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index 3938f22..faad4e6 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.5.11</version>
+      <version>1.7.36</version>
       <scope>test</scope>
     </dependency>
 
@@ -107,7 +107,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
-      <version>1.5.11</version>
+      <version>1.7.36</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 7e8522b..b16d001 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
     <biz.aQute.bndlib.version>6.2.0</biz.aQute.bndlib.version>
-    <slf4j.version>1.7.26</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <log4j2.version>2.17.2</log4j2.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>

Reply via email to