Skip to content

Commit ad82fd6

Browse files
committed
fix
1 parent dad90b6 commit ad82fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies {
99
implementation("org.springframework.cloud:spring-cloud-starter-stream-kafka:2.2.1.RELEASE")
1010
implementation("org.springframework.kafka:spring-kafka:2.3.1.RELEASE")
1111
implementation("org.springframework:spring-tx:5.2.0.RELEASE")
12-
implementation("org.springframework.cloud:spring-cloud-stream-binder-kafka:3.1.2")
12+
implementation("org.springframework.cloud:spring-cloud-stream-binder-kafka:2.2.1.RELEASE")
1313
implementation("org.testcontainers:testcontainers-kafka")
1414
}

0 commit comments

Comments
 (0)