From 8842cec66e5af4405a439913a0f0ea29b4f6adda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:56:40 +0200 Subject: [PATCH] Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#607) Bumps commons-io:commons-io from 2.13.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 03d43072..c2252e73 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath("com.google.guava:guava:32.1.2-jre") - classpath("commons-io:commons-io:2.13.0") + classpath("commons-io:commons-io:2.14.0") } }