From 36a80b200df548cdd4ea697fe2881196f2090184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:10:44 +0100 Subject: [PATCH] Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#323) Bumps commons-io:commons-io from 2.17.0 to 2.18.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 7d45b08..332c111 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { include "com.formdev:flatlaf:3.5.2" include "com.formdev:flatlaf-extras:3.5.2" include "org.apache.commons:commons-lang3:3.17.0" - include "commons-io:commons-io:2.17.0" + include "commons-io:commons-io:2.18.0" include "net.sf.jopt-simple:jopt-simple:5.0.4" include "org.apache.logging.log4j:log4j-core:2.24.1" include "org.apache.logging.log4j:log4j-slf4j-impl:2.24.1"