From 9e432648020bf385866c56d245d0dec96c1690a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:10:11 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.19.0 to 2.20.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.19.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 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 f171bd9..13ef944 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation ('com.googlecode.json-simple:json-simple:1.1.1'){transitive=false} implementation ('commons-logging:commons-logging:1.3.5'){transitive=false} implementation ('commons-lang:commons-lang:2.6'){transitive=false} - implementation ('commons-io:commons-io:2.19.0'){transitive=false} + implementation ('commons-io:commons-io:2.20.0'){transitive=false} implementation ('com.networknt:json-schema-validator:1.5.6')