This is an automated email from the ASF dual-hosted git repository.
jbertram 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 76cbda1c2a ARTEMIS-4494 upgrade commons-lang3 from 3.12.0 to 3.13.0
76cbda1c2a is described below
commit 76cbda1c2a74f28cb9dbb649b7495c45c5826a51
Author: Emmanuel Hugonnet <[email protected]>
AuthorDate: Wed Nov 8 10:35:36 2023 +0100
ARTEMIS-4494 upgrade commons-lang3 from 3.12.0 to 3.13.0
Signed-off-by: Emmanuel Hugonnet <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9429aadd6a..e953035090 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<karaf.version>4.4.4</karaf.version>
<pax.exam.version>4.13.5</pax.exam.version>
<commons.config.version>2.9.0</commons.config.version>
- <commons.lang.version>3.12.0</commons.lang.version>
+ <commons.lang.version>3.13.0</commons.lang.version>
<activemq5-version>5.18.3</activemq5-version>
<apache.derby.version>10.14.2.0</apache.derby.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>