File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -949,7 +949,7 @@ bom {
949949 ]
950950 }
951951 }
952- library(" Kafka" , " 2.3.1 " ) {
952+ library(" Kafka" , " 2.4.0 " ) {
953953 group(" org.apache.kafka" ) {
954954 modules = [
955955 " connect-api" ,
@@ -963,10 +963,12 @@ bom {
963963 " kafka-streams" ,
964964 " kafka-streams-scala_2.11" ,
965965 " kafka-streams-scala_2.12" ,
966+ " kafka-streams-scala_2.13" ,
966967 " kafka-streams-test-utils" ,
967968 " kafka-tools" ,
968969 " kafka_2.11" ,
969- " kafka_2.12"
970+ " kafka_2.12" ,
971+ " kafka_2.13"
970972 ]
971973 }
972974 }
@@ -1633,7 +1635,7 @@ bom {
16331635 ]
16341636 }
16351637 }
1636- library(" Spring Kafka" , " 2.3.4 .RELEASE" ) {
1638+ library(" Spring Kafka" , " 2.4.1 .RELEASE" ) {
16371639 group(" org.springframework.kafka" ) {
16381640 modules = [
16391641 " spring-kafka" ,
You can’t perform that action at this time.
0 commit comments