Skip to content

Commit c5c93b9

Browse files
build(deps): Bump org.mockito:mockito-core in /backend
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.0 to 5.16.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.16.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a998df0 commit c5c93b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ dependencies {
103103
testImplementation slf4jDependency
104104

105105
// https://mvnrepository.com/artifact/org.mockito/mockito-core
106-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
106+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.1'
107107
}
108108

109109
// --------------- Version Injection ---------------

0 commit comments

Comments
 (0)