We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10cc72 commit 22f08ecCopy full SHA for 22f08ec
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.10')
28
implementation 'org.springframework.boot:spring-boot-starter-web'
29
implementation 'org.springframework.boot:spring-boot-starter-actuator'
30
- implementation ('org.springframework.kafka:spring-kafka:3.3.12') {
+ implementation ('org.springframework.kafka:spring-kafka:4.0.2') {
31
exclude group: 'org.lz4', module: 'lz4-java'
32
}
33
0 commit comments