This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-6.0.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.0.x by this push:
new 9210cb75b [AMQ-9429] Upgrade commons-logging 1.3.0
9210cb75b is described below
commit 9210cb75b6d65c9a67cfb7b2a89c4d13d110511e
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Jan 30 09:10:56 2024 -0600
[AMQ-9429] Upgrade commons-logging 1.3.0
(cherry picked from commit 9579cc4a096082c480c39fd29b28e80910cff3e2)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9c52a4b63..ac8c9b6f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<commons-dbcp2-version>2.11.0</commons-dbcp2-version>
<commons-io-version>2.15.0</commons-io-version>
<commons-lang-version>3.12.0</commons-lang-version>
- <commons-logging-version>1.2</commons-logging-version>
+ <commons-logging-version>1.3.0</commons-logging-version>
<commons-pool2-version>2.12.0</commons-pool2-version>
<commons-primitives-version>1.0</commons-primitives-version>
<directory-version>2.0.0.AM25</directory-version>