From 6eb3b373be5f8ccab91eed7a3bdbaac48fbed958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:11:46 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 62e273dce..8c542e022 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ jooq = "3.14.16" jsr107 = "1.1.1" jsr305 = "3.0.2" junit = "5.10.3" -junit-platform = "1.10.2" +junit-platform = "1.10.3" kafka = "2.8.2" kafka-junit = "4.2.10" latency-utils = "2.0.3"