We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c87a89 commit 1d875a5Copy full SHA for 1d875a5
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.12'){
+ implementation ('org.springframework.kafka:spring-kafka:3.3.13'){
26
exclude group: 'org.lz4', module: 'lz4-java'
27
}
28
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.15'
0 commit comments