From 53d69a4ad070b7b2fc0aafafe195732c5d6894d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:55:29 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.14.0 to 2.15.0 Bumps commons-io:commons-io from 2.14.0 to 2.15.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 fe45164c..d7da889a 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ subprojects { Project sub -> dependencies { compileOnly project.deps.gocdPluginApi implementation 'com.google.code.gson:gson:2.10.1' - implementation 'commons-io:commons-io:2.14.0' + implementation 'commons-io:commons-io:2.15.0' implementation 'org.apache.httpcomponents:httpclient:4.5.14' constraints { implementation('commons-codec:commons-codec:1.16.0') {