File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
22
33pluginManagement {
44 plugins {
5+ id(" com.github.ben-manes.versions" ) version " 0.51.0"
56 id(" com.github.jk1.dependency-license-report" ) version " 2.9"
67 id(" me.champeau.jmh" ) version " 0.7.3"
78 id(" com.gradle.plugin-publish" ) version " 1.3.1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 implementation(" org.springframework.boot:spring-boot-starter-web:2.7.18" )
7- implementation(" org.springframework.kafka:spring-kafka:2.3.1.RELEASE " )
7+ implementation(" org.springframework.kafka:spring-kafka:2.8.11 " )
88 implementation(" com.fasterxml.jackson.core:jackson-databind:2.10.0" )
99 implementation(" org.apache.httpcomponents:httpclient:4.5.13" )
1010 implementation(" org.testcontainers:kafka:1.17.3" )
You can’t perform that action at this time.
0 commit comments