Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-33133
  • Loading branch information
wilkinsona committed Nov 21, 2022
2 parents 296cb83 + b960609 commit 2848593
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1740,10 +1740,7 @@ bom {
]
}
}
library("Spring Kafka", "2.8.11-SNAPSHOT") {
prohibit("[3.0.0-M1,)") {
because "it uses Spring Framework 6"
}
library("Spring Kafka", "2.8.11") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",
Expand Down

0 comments on commit 2848593

Please sign in to comment.