Skip to content

Commit 9b78a8c

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.14.0 to 1.14.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89a357c commit 9b78a8c

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
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation 'org.apache.kafka:kafka_2.13:3.9.1'
3030
// Use JUnit Jupiter for testing.
3131
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
32-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.0'
32+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.1'
3333

3434
// Dependencies provided by Kafka Connect
3535
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.20.0'

0 commit comments

Comments
 (0)