This is an automated email from the ASF dual-hosted git repository.
shoothzj 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 a1fe1bb19 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
(#4448)
a1fe1bb19 is described below
commit a1fe1bb19e0650a0792b354d89b08bfb78045375
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 1 18:30:38 2024 +0800
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (#4448)
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 b98e3d3e9..7f74d0297 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.14.0</commons-lang3.version>
+ <commons-lang3.version>3.15.0</commons-lang3.version>
<commons-logging.version>1.3.3</commons-logging.version>
<commons-text.version>1.11.0</commons-text.version>
<curator.version>5.7.0</curator.version>