From f9cc86b6088eab361385821152413f8a8464fc9c Mon Sep 17 00:00:00 2001 From: Marcus Cvjeticanin Date: Mon, 1 Sep 2025 14:12:45 +0200 Subject: [PATCH] Fixing Kafka vulnerabilities Updating the Kafka version to v3.9.1 are fixing CVE issues we have in production: - CVE-2025-27817 - CVE-2025-27819 - CVE-2025-27818 Could you fix a patch for us with these changes? --- 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 1ee1ec9..953ccfe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotest = "6.0.0.M1" -kafka = "3.9.0" +kafka = "3.9.1" kotlin = "2.1.0" kotlinx-coroutines = "1.10.1" dokka = "2.0.0"