From 59c8837605a3fb16cb012f16689b5efc0b7aeb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:38:33 +0000 Subject: [PATCH] chore(deps): bump org.apache.commons:commons-lang3 Bumps org.apache.commons:commons-lang3 from 3.15.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] --- auto-pipeline-examples/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-pipeline-examples/build.gradle.kts b/auto-pipeline-examples/build.gradle.kts index 0a516b5..49a5638 100644 --- a/auto-pipeline-examples/build.gradle.kts +++ b/auto-pipeline-examples/build.gradle.kts @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation("org.apache.commons:commons-lang3:3.15.0") + implementation("org.apache.commons:commons-lang3:3.17.0") /* * annotation processor dependencies