We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a059cae commit 86fa477Copy full SHA for 86fa477
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.7')
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.0'
36
37
implementation("io.confluent:kafka-avro-serializer:7.9.5")
38
implementation("org.apache.avro:avro:1.12.1")
0 commit comments