Skip to content

Commit c0ce2f5

Browse files
authored
Merge pull request #124 from cip4/dependabot/gradle/org.mockito-mockito-core-5.16.1
Bump org.mockito:mockito-core from 5.15.2 to 5.16.1
2 parents 3a103cd + 03b0463 commit c0ce2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ dependencies {
137137
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
138138
testImplementation 'org.springframework:spring-test:5.3.39'
139139
testImplementation 'org.springframework:spring-web:5.3.39'
140-
testImplementation 'org.mockito:mockito-core:5.15.2'
140+
testImplementation 'org.mockito:mockito-core:5.16.1'
141141
}
142142

143143
jacocoTestReport {

0 commit comments

Comments
 (0)