Browse Source

Start building against Spring Kafka 2.4.2 snapshots

See gh-20107
pull/20113/head
Stephane Nicoll 6 years ago
parent
commit
e8b97dbc75
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1613,7 +1613,7 @@ bom { @@ -1613,7 +1613,7 @@ bom {
]
}
}
library("Spring Kafka", "2.4.1.RELEASE") {
library("Spring Kafka", "2.4.2.BUILD-SNAPSHOT") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",

Loading…
Cancel
Save