Skip to content

Commit

Permalink
build(deps): bump software.amazon.awssdk:bom (#1580)
Browse files Browse the repository at this point in the history
Bumps the java-other group with 1 update in the /java directory: software.amazon.awssdk:bom.


Updates `software.amazon.awssdk:bom` from 2.29.1 to 2.29.6

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent ab8e013 commit 6151af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val DEPENDENCY_BOMS = listOf(
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha",
"org.apache.logging.log4j:log4j-bom:2.24.1",
"software.amazon.awssdk:bom:2.29.1"
"software.amazon.awssdk:bom:2.29.6"
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit 6151af2

Please sign in to comment.