Skip to content

Commit 1ab792b

Browse files
fix(deps): bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (beanbeanjuice#283)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da2d6ed commit 1ab792b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ allprojects {
7777
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
7878

7979
// Mockito
80-
testImplementation("org.mockito", "mockito-core", "5.18.0") // https://mvnrepository.com/artifact/org.mockito/mockito-core
80+
testImplementation("org.mockito", "mockito-core", "5.19.0") // https://mvnrepository.com/artifact/org.mockito/mockito-core
8181
testImplementation("org.mockito", "mockito-inline", "+") // https://mvnrepository.com/artifact/org.mockito/mockito-core
8282

83-
mockitoAgent("org.mockito:mockito-core:5.18.0") {
83+
mockitoAgent("org.mockito:mockito-core:5.19.0") {
8484
isTransitive = false
8585
}
8686
}

0 commit comments

Comments
 (0)