Browse Source

Update to Mockito 5.12.0

Josh Cummings 1 year ago
parent
commit
4fd2b2268b
1 changed files with 1 additions and 1 deletions
  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")