We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcb6d33 + 163bfab commit 07e50ecCopy full SHA for 07e50ec
build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation group: 'org.apache.avro', name: 'avro', version: '1.12.0'
26
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
27
implementation 'org.springframework.boot:spring-boot-starter-web'
28
- implementation 'org.apache.kafka:kafka-clients:4.0.0'
+ implementation 'org.apache.kafka:kafka-clients:4.1.0'
29
implementation 'org.springframework.kafka:spring-kafka'
30
implementation 'org.springframework.integration:spring-integration-kafka'
31
compileOnly 'org.projectlombok:lombok'
0 commit comments