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 {
949
949
]
950
950
}
951
951
}
952
- library(" Kafka" , " 2.3.1 " ) {
952
+ library(" Kafka" , " 2.4.0 " ) {
953
953
group(" org.apache.kafka" ) {
954
954
modules = [
955
955
" connect-api" ,
@@ -963,10 +963,12 @@ bom {
963
963
" kafka-streams" ,
964
964
" kafka-streams-scala_2.11" ,
965
965
" kafka-streams-scala_2.12" ,
966
+ " kafka-streams-scala_2.13" ,
966
967
" kafka-streams-test-utils" ,
967
968
" kafka-tools" ,
968
969
" kafka_2.11" ,
969
- " kafka_2.12"
970
+ " kafka_2.12" ,
971
+ " kafka_2.13"
970
972
]
971
973
}
972
974
}
@@ -1633,7 +1635,7 @@ bom {
1633
1635
]
1634
1636
}
1635
1637
}
1636
- library(" Spring Kafka" , " 2.3.4 .RELEASE" ) {
1638
+ library(" Spring Kafka" , " 2.4.1 .RELEASE" ) {
1637
1639
group(" org.springframework.kafka" ) {
1638
1640
modules = [
1639
1641
" spring-kafka" ,
You can’t perform that action at this time.
0 commit comments