Skip to content

Commit f9cc86b

Browse files
authored
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?
1 parent bd82cec commit f9cc86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotest = "6.0.0.M1"
3-
kafka = "3.9.0"
3+
kafka = "3.9.1"
44
kotlin = "2.1.0"
55
kotlinx-coroutines = "1.10.1"
66
dokka = "2.0.0"

0 commit comments

Comments
 (0)