This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2d56331540290a84432e1b6fa29d7b868391abd9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 18 06:56:49 2024 +0000 chore(deps): Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 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] <supp...@github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 66bdeada288..d0cc2bb6895 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.14.0</commons-lang3-version> + <commons-lang3-version>3.15.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>