From cf249c89c7f1c5c8d69919ffcdbd2870482dec45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:11:30 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.17.0 to 2.18.0 Bumps commons-io:commons-io from 2.17.0 to 2.18.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 b68ecd7..a53157e 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation group: 'joda-time', name: 'joda-time', version: '2.13.0' implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33' constraints { - implementation('commons-io:commons-io:2.17.0') { + implementation('commons-io:commons-io:2.18.0') { because 'spotify docker-client uses an outdated version' } implementation('com.github.jnr:jnr-unixsocket:0.38.23') {