From 7585fe6915c5f59d19f095f0d3b36024b6398815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:37:50 +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 bb27ea9..339b665 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ dependencies { implementation 'com.google.protobuf:protobuf-java:3.25.1' 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.3.0' implementation 'org.apache.commons:commons-compress:1.25.0' implementation 'org.apache.commons:commons-lang3:3.14.0'