From 24bb9c20a4b627faa98bd89a41d39b5ce2d92f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:12:11 -0700 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 (#5248) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"