This is an automated email from the ASF dual-hosted git repository. davsclaus 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 0792c02de58 Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#12214) 0792c02de58 is described below commit 0792c02de58f8451d005c58df5d46f1a4e7c7110 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Nov 28 06:59:04 2023 +0100 Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#12214) Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.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] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3a5922ab9b3..610a432457b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -101,7 +101,7 @@ <commons-exec-version>1.3</commons-exec-version> <commons-io-version>2.15.0</commons-io-version> <commons-lang-version>2.6</commons-lang-version> - <commons-lang3-version>3.13.0</commons-lang3-version> + <commons-lang3-version>3.14.0</commons-lang3-version> <commons-logging-version>1.2</commons-logging-version> <commons-math3-version>3.6.1</commons-math3-version> <commons-net-version>3.10.0</commons-net-version>