Skip to content

Commit de17cca

Browse files
chore(deps): bump org.mockito:mockito-junit-jupiter
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.15.2 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbf1388 commit de17cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
testImplementation(testinglibs.woodstox.stax2.api)
9494
testImplementation(apache.hadoop.mapreduce.client.core)
9595
testImplementation(confluent.kafka.connect.avro.converter)
96-
testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")
96+
testImplementation("org.mockito:mockito-junit-jupiter:5.17.0")
9797

9898
testRuntimeOnly(testinglibs.junit.jupiter.engine)
9999
testRuntimeOnly(logginglibs.logback.classic)

0 commit comments

Comments
 (0)