From 80c252a69ed9400b1b31333ee5e5b7946af5913d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:19:14 +0000 Subject: [PATCH] build(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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9c3f23dca..6197189ef 100644 --- a/build.gradle +++ b/build.gradle @@ -233,7 +233,7 @@ testing { dependencies { implementation project() implementation(sourceSets.test.output) - implementation('org.apache.commons:commons-lang3:3.15.0') + implementation('org.apache.commons:commons-lang3:3.16.0') } targets.configureEach {