Quellcode durchsuchen

Update to Mockito 5.12.0

Josh Cummings vor 1 Jahr
Ursprung
Commit
4fd2b2268b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      servlet/xml/java/dms/build.gradle

+ 1 - 1
servlet/xml/java/dms/build.gradle

@@ -30,7 +30,7 @@ dependencies {
 	runtimeOnly 'org.hsqldb:hsqldb:2.7.3'
 	runtimeOnly 'org.springframework:spring-context-support'
 
-	testImplementation 'org.mockito:mockito-core:3.12.4'
+	testImplementation 'org.mockito:mockito-core:5.12.0'
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")