We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919cc6e commit dc28438Copy full SHA for dc28438
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
33
implementation 'org.springframework.boot:spring-boot-starter-web'
34
implementation 'org.springframework.boot:spring-boot-starter-actuator'
35
- implementation 'org.springframework.kafka:spring-kafka:3.3.11'
+ implementation 'org.springframework.kafka:spring-kafka:4.0.1'
36
37
implementation("io.confluent:kafka-avro-serializer:7.9.5")
38
implementation("org.apache.avro:avro:1.12.1")
0 commit comments