From 880f0bfeabdb2dc03b491cb15907ecb000612bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:48:19 +0900 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 (#4341) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.0 to 1.10.1. - [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 628213a0c7..92b63342ef 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.0" -junit-platform = "1.10.0" +junit-platform = "1.10.1" kafka = "2.8.2" kafka-junit = "4.2.7" latency-utils = "2.0.3"