From a37fba9b9a0024568f1414da1fdfb941d41b5a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:37:58 +0100 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#152) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 92ce8cd..a1fd01f 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ mavenPublishing { } dependencies { - implementation 'org.apache.commons:commons-lang3:3.13.0' + implementation 'org.apache.commons:commons-lang3:3.14.0' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.konghq:unirest-java:3.14.5' implementation 'com.google.guava:guava:32.1.3-jre'