Skip to content

Commit 24390d8

Browse files
Upgrade mockito to 5.5.0
Closes gh-2462
1 parent 11ce4b4 commit 24390d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencyManagement {
33
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
44
mavenBom 'com.fasterxml.jackson:jackson-bom:2.15.2'
55
mavenBom 'org.junit:junit-bom:5.10.0-RC1'
6-
mavenBom 'org.mockito:mockito-bom:4.11.0'
6+
mavenBom 'org.mockito:mockito-bom:5.5.0'
77
mavenBom 'org.springframework:spring-framework-bom:6.1.0-M2'
88
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'
99
mavenBom 'org.springframework.security:spring-security-bom:6.2.0-M1'

spring-session-core/spring-session-core.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ dependencies {
1919
testImplementation "io.projectreactor:reactor-test"
2020
testImplementation "org.mockito:mockito-core"
2121
testImplementation "org.mockito:mockito-junit-jupiter"
22-
testImplementation "org.mockito:mockito-inline"
2322
testImplementation "edu.umd.cs.mtc:multithreadedtc"
2423
testImplementation "org.springframework:spring-test"
2524
testImplementation "org.assertj:assertj-core"

0 commit comments

Comments
 (0)