Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.cloud:spring-cloud-s…
Browse files Browse the repository at this point in the history
…tream-binder-kinesis to v4.0.1
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent fdf305c commit 5b2daf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-kinesis-project/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kinesis</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kinesis</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5b2daf6

Please sign in to comment.