Skip to content

Commit 2abcd06

Browse files
Bump org.mockito:mockito-core from 5.17.0 to 5.21.0 in /server
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc81af8 commit 2abcd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5151

5252
// Mockito for testing
53-
testImplementation 'org.mockito:mockito-core:5.17.0'
53+
testImplementation 'org.mockito:mockito-core:5.21.0'
5454
}
5555

5656
application {

0 commit comments

Comments
 (0)