From 100004ede56a2c35d7e48847ee111c1500f0d2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:29:14 +0200 Subject: [PATCH] chore(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#105) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cfa604..41b84a9 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation "org.sonarsource.analyzer-commons:sonar-analyzer-commons:${sonarAnalyzerCommonsVersion}" implementation "org.sonarsource.java:java-surefire:${sonarJavaVersion}" - implementation "org.apache.commons:commons-lang3:3.12.0" + implementation "org.apache.commons:commons-lang3:3.13.0" implementation "org.reflections:reflections:0.10.2" implementation "com.google.inject:guice:7.0.0" implementation "commons-io:commons-io:2.13.0"