From 0b985ebc9f1e15d6584412d7077f8c67f8058eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:26:31 +0000 Subject: [PATCH] Bump com.github.charithe:kafka-junit from 4.2.7 to 4.2.10 Bumps [com.github.charithe:kafka-junit](https://github.com/charithe/kafka-junit) from 4.2.7 to 4.2.10. - [Release notes](https://github.com/charithe/kafka-junit/releases) - [Commits](https://github.com/charithe/kafka-junit/compare/kafka-junit-4.2.7...kafka-junit-4.2.10) --- updated-dependencies: - dependency-name: com.github.charithe:kafka-junit 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 4127175508..3260239263 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,7 @@ jsr305 = "3.0.2" junit = "5.10.1" junit-platform = "1.10.1" kafka = "2.8.2" -kafka-junit = "4.2.7" +kafka-junit = "4.2.10" latency-utils = "2.0.3" logback = "1.2.12" log4j = "2.21.1"