We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb43b42 commit 4484decCopy full SHA for 4484dec
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