From 650d051ee1affba47950258dd797b29dd4c2aa6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:58:45 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.5 to 2.13.0 Bumps commons-io:commons-io from 2.5 to 2.13.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 864eab4..d3ed276 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { compile group: 'com.github.tomakehurst', name: 'wiremock', version: '1.58' - compile group: 'commons-io', name: 'commons-io', version: '2.5' + compile group: 'commons-io', name: 'commons-io', version: '2.13.0' compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1' }