From 4b84023bddd36c67cc82891b646414b1fd61460e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:09:46 +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 19eee8a..6e250e7 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'org.apache.commons:commons-text:1.11.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' - testImplementation 'commons-io:commons-io:2.16.0' + testImplementation 'commons-io:commons-io:2.16.1' testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion" testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.23.1' }