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 c50750be85 TOMEE-4345 - Commons Logging 1.3.2
c50750be85 is described below
commit c50750be85a7d5eb03da65784c9dcb617c8401d4
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu May 30 19:53:35 2024 +0200
TOMEE-4345 - Commons Logging 1.3.2
---
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 | 8 +-------
server/openejb-client/pom.xml | 5 -----
6 files changed, 5 insertions(+), 16 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 78a0bf8170..97bba20772 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.2</version>
+ <version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 4e91de8cfe..e97b5a9fb1 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.2</version>
+ <version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index fb31ce9341..e7f36f2a83 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.2</version>
+ <version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 1c5621f6a4..550f5b5960 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.2</version>
+ <version>1.3.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 23973ba828..3096767885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,8 +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.2</version.commons-logging>
- <version.commons-logging-api>1.1</version.commons-logging-api>
+ <version.commons-logging>1.3.2</version.commons-logging>
<!-- Apache Commons -->
<version.commons-beanutils>1.9.4</version.commons-beanutils>
@@ -1273,11 +1272,6 @@
<artifactId>commons-cli</artifactId>
<version>${version.commons-cli}</version>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>${version.commons-logging-api}</version>
- </dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml
index da95bce7d2..76bfed6987 100644
--- a/server/openejb-client/pom.xml
+++ b/server/openejb-client/pom.xml
@@ -137,11 +137,6 @@
<artifactId>jaxb-runtime</artifactId>
<type>pom</type>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>