Skip to content

Commit

Permalink
chore(deps): bump software.amazon.awssdk:batch from 2.25.14 to 2.25.31
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:batch from 2.25.14 to 2.25.31.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:batch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent dc213a1 commit 42f2b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
// AWS libs: versions are managed by the Micronaut BOM
api platform("io.micronaut.platform:micronaut-platform:$micronautVersion")
api 'software.amazon.awssdk:cloudwatchlogs'
api 'software.amazon.awssdk:batch:2.25.14' // we can remove this after micronaut bump as long as it contains the RegisterJobDefinitionRequest.ecsProperties exists
api 'software.amazon.awssdk:batch:2.25.31' // we can remove this after micronaut bump as long as it contains the RegisterJobDefinitionRequest.ecsProperties exists
api 'software.amazon.awssdk:s3'
api 'software.amazon.awssdk:s3-transfer-manager'
api 'software.amazon.awssdk.crt:aws-crt:0.29.14' //used by s3-transfer-manager
Expand Down

0 comments on commit 42f2b33

Please sign in to comment.