Skip to content

Commit

Permalink
Bump spring-retry from 1.3.3 to 1.3.4
Browse files Browse the repository at this point in the history
Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Oct 26, 2022
1 parent 5dab00a commit b6cd861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation "software.amazon.awssdk:kinesis:${awsSdkVersion}"
implementation "software.amazon.awssdk:netty-nio-client:${awsSdkVersion}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"
implementation "org.springframework.retry:spring-retry:1.3.3"
implementation "org.springframework.retry:spring-retry:1.3.4"

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
Expand Down

0 comments on commit b6cd861

Please sign in to comment.