From 6bbe6b75e635fa797443fe141740eef5acdebd76 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 17:53:41 +0000 Subject: [PATCH] build(deps): bump commons-lang3 from 3.3.2 to 3.12.0 Bumps commons-lang3 from 3.3.2 to 3.12.0. Signed-off-by: dependabot-preview[bot] --- archiver/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiver/build.gradle b/archiver/build.gradle index 882d2918..159b809b 100644 --- a/archiver/build.gradle +++ b/archiver/build.gradle @@ -54,7 +54,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-library:1.3" testImplementation "com.timgroup:tg-config-java-bindings:1.0.83" // autobump - testImplementation "org.apache.commons:commons-lang3:3.3.2" + testImplementation "org.apache.commons:commons-lang3:3.12.0" testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "net.ttsui.junit.rules.pending:pending:0.0.1055" testImplementation "org.mockito:mockito-core:3.7.7"