From 90467f344cdbef93cc4f1ff77153573203f7171e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:38:12 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.16.1 to 2.17.0 Bumps commons-io:commons-io from 2.16.1 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 d0310df..da86c3a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { testImplementation 'com.codeborne:selenide-appium:7.5.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' - testImplementation 'commons-io:commons-io:2.16.1' + testImplementation 'commons-io:commons-io:2.17.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.16' }