We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a998df0 commit c5c93b9Copy full SHA for c5c93b9
backend/build.gradle
@@ -103,7 +103,7 @@ dependencies {
103
testImplementation slf4jDependency
104
105
// https://mvnrepository.com/artifact/org.mockito/mockito-core
106
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.1'
107
}
108
109
// --------------- Version Injection ---------------
0 commit comments