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 d06762a1f AMQ-9446: Upgrade to commons-lang 3.14.0
d06762a1f is described below
commit d06762a1fbb3a3082ebade8f4e722153f57ece42
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Mar 2 14:31:28 2024 +0100
AMQ-9446: Upgrade to commons-lang 3.14.0
(cherry picked from commit 2f5c079468bdeea7ebc1786c23bc5276c31bb200)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 14d8fe2b7..0ba8b7b8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<commons-daemon-version>1.3.4</commons-daemon-version>
<commons-dbcp2-version>2.11.0</commons-dbcp2-version>
<commons-io-version>2.15.1</commons-io-version>
- <commons-lang-version>3.12.0</commons-lang-version>
+ <commons-lang-version>3.14.0</commons-lang-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>