Skip to content

Commit 9a12044

Browse files
Bump org.mockito:mockito-core from 4.11.0 to 5.18.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d00e062 commit 9a12044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
poiSharedStringsImplementation "com.github.pjfanning:poi-shared-strings:$poiSharedStringsVersion"
5151
testImplementation 'junit:junit:4.13.2'
5252
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
53-
testImplementation 'org.mockito:mockito-core:4.11.0'
53+
testImplementation 'org.mockito:mockito-core:5.18.0'
5454
testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
5555
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.25.0'
5656
}

0 commit comments

Comments
 (0)