This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new d27419329 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0
(#4505)
d27419329 is described below
commit d274193294167abe3b0d41a3ced8ae389e9ce52e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 20:56:51 2024 +0800
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (#4505)
---
dependencies/default/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index efbae873b..14eb39a30 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -38,7 +38,7 @@
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-io.version>2.15.1</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
- <commons-lang3.version>3.15.0</commons-lang3.version>
+ <commons-lang3.version>3.17.0</commons-lang3.version>
<commons-logging.version>1.3.4</commons-logging.version>
<commons-text.version>1.11.0</commons-text.version>
<curator.version>5.7.0</curator.version>