This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 d6243c98f Bump org.slf4j:slf4j-* from 2.0.16 to 2.0.19, use the BOM
POM org.slf4j:slf4j-bom
d6243c98f is described below
commit d6243c98f1f2405ef1e903cdc660dca92d76dc42
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 10:09:13 2026 -0400
Bump org.slf4j:slf4j-* from 2.0.16 to 2.0.19, use the BOM POM
org.slf4j:slf4j-bom
---
commons-vfs2-examples/pom.xml | 2 --
commons-vfs2-jackrabbit1/pom.xml | 1 -
pom.xml | 11 ++++-------
src/changes/changes.xml | 3 +--
4 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 11e5e2ebc..a730e93fa 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -193,7 +193,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>2.0.17</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -220,7 +219,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>2.0.17</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index e2217174c..ad5be7b02 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -93,7 +93,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>2.0.18</version>
<scope>test</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 0e6cb14f8..e69d207cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->
<!-- 2.22.0 requires Java 11. -->
<jackrabbit2.version>2.20.17</jackrabbit2.version>
- <slf4j.version>2.0.18</slf4j.version>
+ <slf4j.version>2.0.19</slf4j.version>
<log4j2.version>2.26.1</log4j2.version>
<collections4.version>4.6.0</collections4.version>
<jsch.version>0.1.55</jsch.version>
@@ -484,12 +484,9 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
+ <artifactId>slf4j-bom</artifactId>
+ <type>pom</type>
+ <scope>import</scope>
<version>${slf4j.version}</version>
</dependency>
<!-- Test SFTP with Apache SSHd Server (MINA) -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d63ca5ce7..5458eb8ed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.mina:mina-core from 2.1.10 to 2.2.9 (#745, #772, #777).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to
5.6.4 #658, #667, #684, #690, #726.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.4.3
#673, #719, #722, #769.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.18 (#671,
#778).</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.slf4j:slf4j-*) from 2.0.16 to 2.0.19, use the BOM POM
org.slf4j:slf4j-bom (#671, #770, #778).</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.18.0 to 2.22.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.6.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.26.1 #694,
#725, #749.</action>
@@ -102,7 +102,6 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.4.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.ant:ant from 1.10.15 to 1.10.18 #760.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">[test] Bump mina.sshd.version from 3.0.0-M3 to 3.0.0-M5 (#768,
#776).</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">[test] Bump org.slf4j:slf4j-log4j12 from 1.5.11 to 2.0.18
(#770).</action>
</release>
<release version="2.10.0" date="2025-02-01" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->