File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ sonarqube {
18
18
}
19
19
20
20
group = ' com.github.pjfanning'
21
- version = ' 4.2.1-SNAPSHOT '
21
+ version = ' 4.2.1'
22
22
23
23
sourceCompatibility = 1.8
24
24
@@ -29,14 +29,14 @@ repositories {
29
29
dependencies {
30
30
api ' org.apache.poi:poi:5.2.5'
31
31
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 '
33
33
implementation ' org.slf4j:slf4j-api:2.0.9'
34
34
implementation ' commons-io:commons-io:2.15.0'
35
35
testImplementation ' junit:junit:4.13.2'
36
36
testImplementation ' org.nanohttpd:nanohttpd:2.3.1'
37
37
testImplementation ' org.mockito:mockito-core:4.11.0'
38
38
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 '
40
40
}
41
41
42
42
test {
You can’t perform that action at this time.
0 commit comments