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 8ba699a705 TOMEE-4376 - commons-logging:commons-logging from 1.3.2 to 
1.3.3 (#1348)
8ba699a705 is described below

commit 8ba699a70597db8246154649a4c10d002e963622
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 18:43:58 2024 +0200

    TOMEE-4376 - commons-logging:commons-logging from 1.3.2 to 1.3.3 (#1348)
    
    Bumps commons-logging:commons-logging from 1.3.2 to 1.3.3.
    
    ---
    updated-dependencies:
    - dependency-name: commons-logging:commons-logging
      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 | 2 +-
 boms/tomee-plume/pom.xml        | 2 +-
 boms/tomee-plus/pom.xml         | 2 +-
 boms/tomee-webprofile/pom.xml   | 2 +-
 pom.xml                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index bed539e850..e14ec71f36 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.3.2</version>
+      <version>1.3.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 0799b08881..eaa10b87dc 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.3.2</version>
+      <version>1.3.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 9bda51847e..8ef572f1d1 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.3.2</version>
+      <version>1.3.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 7cdacf35de..d807168725 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.3.2</version>
+      <version>1.3.3</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 522dadaeb5..cc0f8e35db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
     <version.slf4j>2.0.12</version.slf4j>
     <version.log4j>1.2.17</version.log4j>
     <version.log4j2>2.23.1</version.log4j2>
-    <version.commons-logging>1.3.2</version.commons-logging>
+    <version.commons-logging>1.3.3</version.commons-logging>
 
     <!-- Apache Commons -->
     <version.commons-beanutils>1.9.4</version.commons-beanutils>

Reply via email to