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 0c00d0448a7 chore(deps): Bump org.apache.commons:commons-lang3 from
3.15.0 to 3.16.0
0c00d0448a7 is described below
commit 0c00d0448a725231f25d59b57120a38804c0b06e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 12 07:06:27 2024 +0000
chore(deps): Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.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 78c9960005a..c587f596006 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.15.0</commons-lang3-version>
+ <commons-lang3-version>3.16.0</commons-lang3-version>
<commons-logging-version>1.3.3</commons-logging-version>
<commons-math3-version>3.6.1</commons-math3-version>
<commons-net-version>3.11.1</commons-net-version>