Skip to content

Commit 3d62329

Browse files
authored
Merge pull request #128 from cip4/dependabot/gradle/org.mockito-mockito-core-5.17.0
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0
2 parents c0ce2f5 + 8692487 commit 3d62329

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.16.1'
140+
testImplementation 'org.mockito:mockito-core:5.17.0'
141141
}
142142

143143
jacocoTestReport {

0 commit comments

Comments
 (0)