From 46a44858b613d7be65e6397cd90ecc1a6f8e44f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:39:31 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.20.0 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.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.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rpgJavaInterpreter-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpgJavaInterpreter-core/build.gradle b/rpgJavaInterpreter-core/build.gradle index ee6702ae8..588b9c815 100644 --- a/rpgJavaInterpreter-core/build.gradle +++ b/rpgJavaInterpreter-core/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation "org.apache.logging.log4j:log4j-api:2.25.2" implementation 'org.apache.logging.log4j:log4j-core:2.25.2' - implementation 'commons-io:commons-io:2.20.0' + implementation 'commons-io:commons-io:2.21.0' implementation("com.github.ajalt:clikt:3.5.2") { exclude group: 'com.github.ajalt.clikt', module: 'clikt-linuxx64' exclude group: 'com.github.ajalt.clikt', module: 'clikt-mingwx64'