This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9c4baf90b25 chore(deps): Bump org.apache.commons:commons-lang3 from
3.16.0 to 3.17.0
9c4baf90b25 is described below
commit 9c4baf90b25925d809085f2ed738abd2e04245fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 30 08:05:01 2024 +0000
chore(deps): Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.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]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 04b66922606..ac64a422b28 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -113,7 +113,7 @@
<commons-exec-version>1.4.0</commons-exec-version>
<commons-io-version>2.16.1</commons-io-version>
<commons-lang-version>2.6</commons-lang-version>
- <commons-lang3-version>3.16.0</commons-lang3-version>
+ <commons-lang3-version>3.17.0</commons-lang3-version>
<commons-logging-version>1.3.4</commons-logging-version>
<commons-math3-version>3.6.1</commons-math3-version>
<commons-net-version>3.11.1</commons-net-version>