From d212dad1cd51887e9c8f254f033119dee33905c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 04:54:22 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.21.0 to 2.22.0 Bumps commons-io:commons-io from 2.21.0 to 2.22.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.22.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 372e3625..6fb472e9 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { includeInJar "com.formdev:flatlaf:3.7.1" includeInJar "com.formdev:flatlaf-extras:3.7.1" includeInJar "org.apache.commons:commons-lang3:3.20.0" - includeInJar "commons-io:commons-io:2.21.0" + includeInJar "commons-io:commons-io:2.22.0" includeInJar "net.sf.jopt-simple:jopt-simple:5.0.4" includeInJar "org.apache.logging.log4j:log4j-core:2.25.4" includeInJar "org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4"