Skip to content

Commit

Permalink
chore(deps): bump com.amazonaws:amazon-kinesis-producer
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:amazon-kinesis-producer](https://github.com/awslabs/amazon-kinesis-producer) from 0.15.3 to 0.15.4.
- [Release notes](https://github.com/awslabs/amazon-kinesis-producer/releases)
- [Changelog](https://github.com/awslabs/amazon-kinesis-producer/blob/master/CHANGELOG.md)
- [Commits](awslabs/amazon-kinesis-producer@v0.15.3...v0.15.4)

---
updated-dependencies:
- dependency-name: com.amazonaws:amazon-kinesis-producer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and piotrwielgolaski-tomtom committed Feb 18, 2023
1 parent 12181fa commit 6515126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion james-publisher-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ assemble.dependsOn(shadowJar)
dependencies {
implementation project(':james-agent-common')
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jackson
implementation group: 'com.amazonaws', name: 'amazon-kinesis-producer', version: '0.15.3'
implementation group: 'com.amazonaws', name: 'amazon-kinesis-producer', version: '0.15.4'
implementation group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '2.19.0'
}

0 comments on commit 6515126

Please sign in to comment.