Skip to content

Commit 4363817

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.12.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.12.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be2a4d0 commit 4363817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
javactrl 'io.github.javactrl:javactrl-core:1.0.2'
3131
implementation 'org.apache.kafka:kafka-streams:3.9.0'
3232
implementation 'org.slf4j:slf4j-api:2.0.16'
33-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
33+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3434
testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.9.0'
3535
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.2'
3636
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'

0 commit comments

Comments
 (0)