From d4e5e99955ee9962cd137331927c2c387dfd7d25 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 1 Oct 2023 11:15:03 +0100 Subject: [PATCH] upgrade commons-io (#205) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 28b69573..50c13f98 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ sonarqube { } group = 'com.github.pjfanning' -version = '4.2.0' +version = '4.2.1-SNAPSHOT' sourceCompatibility = 1.8 @@ -31,7 +31,7 @@ dependencies { api 'org.apache.poi:poi-ooxml:5.2.4' implementation 'com.github.pjfanning:poi-shared-strings:2.7.0' implementation 'org.slf4j:slf4j-api:2.0.9' - implementation 'commons-io:commons-io:2.13.0' + implementation 'commons-io:commons-io:2.14.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'org.mockito:mockito-core:4.11.0'