Skip to content

Commit

Permalink
bump confluent version
Browse files Browse the repository at this point in the history
Kafka Schema Registry Client has been reported with following vuln 
CVE-2024-26308
CVE-2024-25710 due to vulnerable dependencies.
  • Loading branch information
stankiewicz authored Oct 7, 2024
1 parent 707d204 commit cd0bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/java/io/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enableJavaPerformanceTesting()
description = "Apache Beam :: SDKs :: Java :: IO :: Kafka"
ext {
summary = "Library to read Kafka topics."
confluentVersion = "7.6.0"
confluentVersion = "7.6.3"
}

def kafkaVersions = [
Expand Down

0 comments on commit cd0bfa3

Please sign in to comment.