From 27b5a5f951e0f0f96cf869179069b7acb33482d3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 25 Nov 2023 19:51:21 +0100 Subject: [PATCH] prep 4.2.1 release --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 17a9f9c1..bd7470d3 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ sonarqube { } group = 'com.github.pjfanning' -version = '4.2.1-SNAPSHOT' +version = '4.2.1' sourceCompatibility = 1.8 @@ -29,14 +29,14 @@ repositories { dependencies { api 'org.apache.poi:poi:5.2.5' api 'org.apache.poi:poi-ooxml:5.2.5' - implementation 'com.github.pjfanning:poi-shared-strings:2.7.0' + 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' testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'org.mockito:mockito-core:4.11.0' testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' - testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.1' + testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.0' } test {