mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 09:02:50 +00:00
chore: Update Apache Kafka client library to version 3.6.0
This commit is contained in:
@@ -21,8 +21,8 @@ var versions = mapOf(
|
||||
)
|
||||
|
||||
// Override Apache Kafka to be used
|
||||
// Fixes: CVE-2023-34455, CVE-2023-34454, CVE-2023-34453
|
||||
extra["kafka.version"] = "3.5.1"
|
||||
// Fixes: CVE-2023-34455, CVE-2023-34454, CVE-2023-34453 and CVE-2023-43642
|
||||
extra["kafka.version"] = "3.6.0"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
Reference in New Issue
Block a user