Skip to content

Commit cf6073d

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.9.1 to 5.9.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.1...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 418a760 commit cf6073d

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
@@ -96,7 +96,7 @@ dependencies {
9696

9797
implementation "org.slf4j:slf4j-api:1.7.36"
9898

99-
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
99+
testImplementation "org.junit.jupiter:junit-jupiter:5.9.2"
100100
testImplementation "org.hamcrest:hamcrest:2.2"
101101
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
102102
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"

0 commit comments

Comments
 (0)