Skip to content

Commit 90868d6

Browse files
Bump org.springframework.cloud:spring-cloud-stream-binder-kafka
Bumps [org.springframework.cloud:spring-cloud-stream-binder-kafka](https://github.com/spring-cloud/spring-cloud-stream) from 4.2.0-SNAPSHOT to 4.2.3. - [Release notes](https://github.com/spring-cloud/spring-cloud-stream/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-stream/commits/v4.2.3) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-stream-binder-kafka dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 400c2af commit 90868d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • spring-cloud-function-samples
    • function-sample-cloudevent-rsocket
    • function-sample-cloudevent-stream

spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
37-
<version>4.2.0-SNAPSHOT</version>
37+
<version>4.2.3</version>
3838
</dependency>
3939
<!-- end Kafka -->
4040
<dependency>

spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
45-
<version>4.2.0-SNAPSHOT</version>
45+
<version>4.2.3</version>
4646
</dependency>
4747
<!-- end Kafka -->
4848
<dependency>

0 commit comments

Comments
 (0)