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.
1 parent dad90b6 commit ad82fd6Copy full SHA for ad82fd6
smoke-tests/apps/SpringCloudStream/build.gradle.kts
@@ -9,6 +9,6 @@ dependencies {
9
implementation("org.springframework.cloud:spring-cloud-starter-stream-kafka:2.2.1.RELEASE")
10
implementation("org.springframework.kafka:spring-kafka:2.3.1.RELEASE")
11
implementation("org.springframework:spring-tx:5.2.0.RELEASE")
12
- implementation("org.springframework.cloud:spring-cloud-stream-binder-kafka:3.1.2")
+ implementation("org.springframework.cloud:spring-cloud-stream-binder-kafka:2.2.1.RELEASE")
13
implementation("org.testcontainers:testcontainers-kafka")
14
}
0 commit comments