From 3aab6754acb1e90f4720df6f2636a0e1441112f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:48:53 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.14.0 to 1.14.2 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.0 to 1.14.2. - [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.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 58b1e92..5c7dfa2 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testImplementation 'org.apache.kafka:kafka_2.13:3.9.1' // Use JUnit Jupiter for testing. testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.2' // Dependencies provided by Kafka Connect compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.20.0'