Skip to content

Commit

Permalink
Bump com.amazonaws:aws-java-sdk-bom from 1.12.526 to 1.12.566
Browse files Browse the repository at this point in the history
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.526 to 1.12.566.
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.526...1.12.566)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent ee73358 commit 2d75793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.0")
implementation("org.springdoc:springdoc-openapi-starter-common:2.0.0")
implementation(platform("com.amazonaws:aws-java-sdk-bom:1.12.526"))
implementation(platform("com.amazonaws:aws-java-sdk-bom:1.12.566"))
implementation("com.amazonaws:aws-java-sdk-s3")
implementation("javax.xml.bind:jaxb-api:2.4.0-b180830.0359")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
Expand Down

0 comments on commit 2d75793

Please sign in to comment.