From 9b82cb762f6847d643ef88d52cab74f58c73b28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:05:55 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.18.0 to 2.19.0 Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.0 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 3aa897e..d24bafe 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation 'io.netty:netty-codec-http:4.1.118.Final' testImplementation 'io.netty:netty-codec-http2:4.1.118.Final' testImplementation 'com.google.code.gson:gson:2.12.1' - testImplementation 'commons-io:commons-io:2.18.0' + testImplementation 'commons-io:commons-io:2.19.0' testImplementation 'org.apache.commons:commons-compress:1.27.1' testImplementation 'org.jsoup:jsoup:1.18.3' testImplementation 'org.jdom:jdom2:2.0.6.1'