From 6e970c40fa1ad71beee3f96de20cb41e94ec128a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:55:01 +0000 Subject: [PATCH] Bump commons-lang3 from 3.4 to 3.12.0 Bumps commons-lang3 from 3.4 to 3.12.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 854f851..bd4df1e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'org.apache.httpcomponents:httpasyncclient:4.1.1' implementation 'org.apache.httpcomponents:httpmime:4.5.2' implementation 'com.google.code.gson:gson:2.6.2' - implementation 'org.apache.commons:commons-lang3:3.4' + implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'commons-io:commons-io:2.5' implementation 'com.intellij:annotations:12.0'