Skip to content

Commit 1fe17b4

Browse files
author
Christoph Berg
authored
Merge pull request #452 from zalando/dependabot/gradle/org.mockito-mockito-core-5.14.2
Bump org.mockito:mockito-core from 5.14.1 to 5.14.2
2 parents c5bc288 + 4bcafab commit 1fe17b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation("com.fasterxml.jackson.core:jackson-core")
4444
implementation("com.fasterxml.jackson.core:jackson-databind")
4545
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
46-
testImplementation("org.mockito:mockito-core:5.14.1")
46+
testImplementation("org.mockito:mockito-core:5.14.2")
4747
}
4848

4949
tasks {

0 commit comments

Comments
 (0)