From c623ec1f2137f8f03f276a08b44d36cd963d6ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 04:22:14 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.16.0 to 2.16.1 Bumps commons-io:commons-io from 2.16.0 to 2.16.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9032142..01beabc 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { include "com.formdev:flatlaf:3.4.1" include "com.formdev:flatlaf-extras:3.4.1" include "org.apache.commons:commons-lang3:3.14.0" - include "commons-io:commons-io:2.16.0" + include "commons-io:commons-io:2.16.1" include "net.sf.jopt-simple:jopt-simple:5.0.4" include "org.apache.logging.log4j:log4j-core:2.23.1" include "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"