From e42c9b00f9a883b77fda10fd3b44b8ed064c9f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:44:51 +0100 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.13.0 to 2.15.1 (#123) 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 50ef906..e0ecdc0 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { 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" + implementation "commons-io:commons-io:2.15.1" testImplementation "org.sonarsource.sonarqube:sonar-testing-harness:${sonarHarnessVersion}" testImplementation 'org.assertj:assertj-core:3.24.2'