From e0252d45e04402a66df793c35b3d476edf645546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:27:30 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.6 to 2.15.1 Bumps commons-io:commons-io from 2.6 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 0b223b9..12a76aa 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ dependencies { implementation 'com.google.protobuf:protobuf-java:3.7.0' implementation 'com.mortennobel:java-image-scaling:0.8.6' implementation 'commons-codec:commons-codec:1.16.0' - implementation 'commons-io:commons-io:2.6' + implementation 'commons-io:commons-io:2.15.1' implementation 'commons-logging:commons-logging:1.2' implementation 'org.apache.commons:commons-compress:1.17' implementation 'org.apache.commons:commons-lang3:3.7'