Browse Source

Start building against Spring Kafka 2.8.5 snapshots

See gh-30608
pull/30641/head
Stephane Nicoll 4 years ago
parent
commit
8658765eb4
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1743,7 +1743,7 @@ bom { @@ -1743,7 +1743,7 @@ bom {
]
}
}
library("Spring Kafka", "2.8.4") {
library("Spring Kafka", "2.8.5-SNAPSHOT") {
prohibit("[3.0.0-M1,)") {
because "it uses Spring Framework 6"
}

Loading…
Cancel
Save