You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/02/04 12:38:00 UTC

(commons-vfs) branch master updated: Bump slf4j.version from 1.7.36 to 2.0.11 (#464)

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 8d6dc964 Bump slf4j.version from 1.7.36 to 2.0.11 (#464)
8d6dc964 is described below

commit 8d6dc9649cb39f24065e82b97e4410a2c5ed16f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 4 07:37:55 2024 -0500

    Bump slf4j.version from 1.7.36 to 2.0.11 (#464)
    
    Bumps `slf4j.version` from 1.7.36 to 2.0.11.
    
    Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.11
    
    Updates `org.slf4j:jcl-over-slf4j` from 1.7.36 to 2.0.11
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.slf4j:jcl-over-slf4j
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    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 5a6846e1..1dc1b151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
     <!-- Don't use jackrabbit2 2.21.x, it has broken compatibility in the past, and it's labeled "unstable" -->
     <jackrabbit2.version>2.20.14</jackrabbit2.version>
     <commons.asm.version>9.4</commons.asm.version>
-    <slf4j.version>1.7.36</slf4j.version>
+    <slf4j.version>2.0.11</slf4j.version>
     <log4j2.version>2.22.1</log4j2.version>
     <collections4.version>4.4</collections4.version>
     <jsch.version>0.1.55</jsch.version>