Skip to content

Commit 27b5a5f

Browse files
committed
prep 4.2.1 release
1 parent 5cd8196 commit 27b5a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sonarqube {
1818
}
1919

2020
group = 'com.github.pjfanning'
21-
version = '4.2.1-SNAPSHOT'
21+
version = '4.2.1'
2222

2323
sourceCompatibility = 1.8
2424

@@ -29,14 +29,14 @@ repositories {
2929
dependencies {
3030
api 'org.apache.poi:poi:5.2.5'
3131
api 'org.apache.poi:poi-ooxml:5.2.5'
32-
implementation 'com.github.pjfanning:poi-shared-strings:2.7.0'
32+
implementation 'com.github.pjfanning:poi-shared-strings:2.7.1'
3333
implementation 'org.slf4j:slf4j-api:2.0.9'
3434
implementation 'commons-io:commons-io:2.15.0'
3535
testImplementation 'junit:junit:4.13.2'
3636
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
3737
testImplementation 'org.mockito:mockito-core:4.11.0'
3838
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
39-
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.21.1'
39+
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.0'
4040
}
4141

4242
test {

0 commit comments

Comments
 (0)