Skip to content

Commit

Permalink
Bump com.amazonaws:amazon-kinesis-client in /carbonj.service (#982)
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/awslabs/amazon-kinesis-client/releases)
- [Changelog](https://github.com/awslabs/amazon-kinesis-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/awslabs/amazon-kinesis-client/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 0747b8e commit c5dab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ dependencies {
implementation group: 'io.netty', name: 'netty-all', version: '4.1.101.Final'
implementation group: 'net.razorvine', name: 'pickle', version: '1.5'
implementation group: 'org.python', name: 'jython-standalone', version: '2.7.3'
implementation group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.15.1'
implementation group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.15.2'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.12.770'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.26'
Expand Down

0 comments on commit c5dab7d

Please sign in to comment.