Skip to content

Commit 6985942

Browse files
Copilottrask
andcommitted
Fix KafkaTest smoke test by upgrading Spring Kafka version
Co-authored-by: trask <[email protected]>
1 parent 99a5920 commit 6985942

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
22

33
pluginManagement {
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"

smoke-tests/apps/Kafka/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
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")

0 commit comments

Comments
 (0)