We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d875a5 commit 6fc8659Copy full SHA for 6fc8659
build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
implementation 'org.springframework.boot:spring-boot-starter-web'
23
implementation 'org.springframework.boot:spring-boot-starter-actuator'
24
implementation 'org.springframework.boot:spring-boot-starter-validation'
25
- implementation ('org.springframework.kafka:spring-kafka:3.3.13'){
+ implementation ('org.springframework.kafka:spring-kafka:4.0.3'){
26
exclude group: 'org.lz4', module: 'lz4-java'
27
}
28
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15'
0 commit comments