From 8f30cf916fcdc627e3e5aa11ce30557d8140da51 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Wed, 15 Jan 2020 17:15:42 -0600 Subject: [PATCH] Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1 See gh-19764 --- spring-boot-project/spring-boot-dependencies/build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c794d6a8b6..2ec3c47d60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -949,7 +949,7 @@ bom { ] } } - library("Kafka", "2.3.1") { + library("Kafka", "2.4.0") { group("org.apache.kafka") { modules = [ "connect-api", @@ -963,10 +963,12 @@ bom { "kafka-streams", "kafka-streams-scala_2.11", "kafka-streams-scala_2.12", + "kafka-streams-scala_2.13", "kafka-streams-test-utils", "kafka-tools", "kafka_2.11", - "kafka_2.12" + "kafka_2.12", + "kafka_2.13" ] } } @@ -1633,7 +1635,7 @@ bom { ] } } - library("Spring Kafka", "2.3.4.RELEASE") { + library("Spring Kafka", "2.4.1.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka",