Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump software.amazon.awssdk:bom from 2.34.0 to 2.35.0
Bumps software.amazon.awssdk:bom from 2.34.0 to 2.35.0.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2025
commit 1c0e64d40bbbceef06c149dc8a190da0827e395e
2 changes: 1 addition & 1 deletion SpringBootDynamo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}

dependencies {
implementation platform('software.amazon.awssdk:bom:2.34.0')
implementation platform('software.amazon.awssdk:bom:2.35.0')
implementation 'software.amazon.awssdk:dynamodb'
implementation 'org.springframework.boot:spring-boot-starter-web'

Expand Down
Loading