From 3a0c833db412fea4e925679e99235d9a31f63031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 02:59:15 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.15.0 to 2.15.1 Bumps commons-io:commons-io from 2.15.0 to 2.15.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 ca1a9043..dae420e6 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.apache.poi:poi-ooxml:5.2.5' implementation 'com.github.pjfanning:poi-shared-strings:2.7.1' implementation 'org.slf4j:slf4j-api:2.0.9' - implementation 'commons-io:commons-io:2.15.0' + implementation 'commons-io:commons-io:2.15.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'org.mockito:mockito-core:4.11.0'