From 38e3e1fe605ef9aa12a7dcd0b48567c5e10880f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:20:25 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.11.0 to 2.15.1 Bumps commons-io:commons-io from 2.11.0 to 2.15.1. --- 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 10c960c..2b4d189 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { testImplementation 'io.netty:netty-codec-http:4.1.106.Final' testImplementation 'io.netty:netty-codec-http2:4.1.106.Final' testImplementation 'com.google.code.gson:gson:2.9.0' - testImplementation 'commons-io:commons-io:2.11.0' + testImplementation 'commons-io:commons-io:2.15.1' testImplementation 'org.apache.commons:commons-compress:1.21' testImplementation 'org.jsoup:jsoup:1.17.2' testImplementation 'org.jdom:jdom2:2.0.6.1'