This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 758ee8beac ARTEMIS-4908: update to commons-logging 1.3.3
758ee8beac is described below
commit 758ee8beac27d52a03b3e28e2a496ab50fd7416a
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Jul 4 16:23:29 2024 +0100
ARTEMIS-4908: update to commons-logging 1.3.3
---
pom.xml | 2 +-
tests/pom.xml | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9875b758cb..c0edf21c2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<activemq5-version>5.18.4</activemq5-version>
<apache.derby.version>10.15.2.0</apache.derby.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
- <commons.logging.version>1.3.0</commons.logging.version>
+ <commons.logging.version>1.3.3</commons.logging.version>
<commons.dbcp2.version>2.12.0</commons.dbcp2.version>
<commons.pool2.version>2.12.0</commons.pool2.version>
<commons.collections.version>3.2.2</commons.collections.version>
diff --git a/tests/pom.xml b/tests/pom.xml
index 9a3c517820..21aadd4876 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -41,12 +41,6 @@
<version>2.0.0</version>
<!-- License: Apache: 2.0 -->
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.2</version>
- <!-- License: Apache: 2.0 -->
- </dependency>
<dependency>
<groupId>jakarta.management.j2ee</groupId>
<artifactId>jakarta.management.j2ee-api</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact