Skip to content

Commit 3f50dd1

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.14.0 to 5.14.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.0...r5.14.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89a357c commit 3f50dd1

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
@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation 'org.apache.kafka:connect-transforms:3.9.1'
2929
testImplementation 'org.apache.kafka:kafka_2.13:3.9.1'
3030
// Use JUnit Jupiter for testing.
31-
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
31+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
3232
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.0'
3333

3434
// Dependencies provided by Kafka Connect

0 commit comments

Comments
 (0)