We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00e062 commit 9a12044Copy full SHA for 9a12044
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
poiSharedStringsImplementation "com.github.pjfanning:poi-shared-strings:$poiSharedStringsVersion"
51
testImplementation 'junit:junit:4.13.2'
52
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
53
- testImplementation 'org.mockito:mockito-core:4.11.0'
+ testImplementation 'org.mockito:mockito-core:5.18.0'
54
testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
55
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.25.0'
56
}
0 commit comments