Browse Source

Start building against Spring Kafka 2.8.6 snapshots

See gh-31018
pull/31139/head
Andy Wilkinson 4 years ago
parent
commit
a24e8b95f8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save