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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 2438a1cd05 TOMEE-4542 - Bump version.slf4j from 2.0.16 to 2.0.17 
(#2156)
2438a1cd05 is described below

commit 2438a1cd0575f4dbe750b3922eab67ac49abf0a9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 18:50:28 2025 +0200

    TOMEE-4542 - Bump version.slf4j from 2.0.16 to 2.0.17 (#2156)
    
    Bumps `version.slf4j` from 2.0.16 to 2.0.17.
    
    Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17
    
    Updates `org.slf4j:slf4j-jdk14` from 2.0.16 to 2.0.17
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-version: 2.0.17
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.slf4j:slf4j-jdk14
      dependency-version: 2.0.17
      dependency-type: direct:production
      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>
---
 boms/tomee-microprofile/pom.xml    | 4 ++--
 boms/tomee-plume/pom.xml           | 4 ++--
 boms/tomee-plus/pom.xml            | 4 ++--
 boms/tomee-webprofile/pom.xml      | 4 ++--
 examples/cdi-events/pom.xml        | 4 ++--
 examples/javamail-velocity/pom.xml | 2 +-
 pom.xml                            | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 09310459ac..c4383317ff 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1149,12 +1149,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 016a2d7260..c3237f9d54 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1194,12 +1194,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 45faba158c..4fb120bb40 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -1194,12 +1194,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 7b1e5ca4d1..ef7f640cec 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -719,12 +719,12 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-jdk14</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.17</version>
       </dependency>
       <dependency>
         <groupId>org.tomitribe</groupId>
diff --git a/examples/cdi-events/pom.xml b/examples/cdi-events/pom.xml
index e9d53468d3..d6499ff28d 100644
--- a/examples/cdi-events/pom.xml
+++ b/examples/cdi-events/pom.xml
@@ -76,13 +76,13 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-jdk14</artifactId>
-      <version>2.0.16</version>
+      <version>2.0.17</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>2.0.16</version>
+      <version>2.0.17</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/examples/javamail-velocity/pom.xml 
b/examples/javamail-velocity/pom.xml
index f3c5240cb7..21e6ab4a2a 100644
--- a/examples/javamail-velocity/pom.xml
+++ b/examples/javamail-velocity/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>2.0.16</version>
+      <version>2.0.17</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
diff --git a/pom.xml b/pom.xml
index 4fb57544cd..9deeb4ba42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <version.nashorn>15.7</version.nashorn>
 
     <!-- Logging frameworks -->
-    <version.slf4j>2.0.16</version.slf4j>
+    <version.slf4j>2.0.17</version.slf4j>
     <version.log4j>1.2.17</version.log4j>
     <version.log4j2>2.25.2</version.log4j2>
     <version.commons-logging>1.3.5</version.commons-logging>

Reply via email to