Skip to content

Commit

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


Updates `software.amazon.awssdk:bom` from 2.23.7 to 2.24.2

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

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 Feb 13, 2024
1 parent 7abd405 commit a5a3097
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.0.0-alpha",
"org.apache.logging.log4j:log4j-bom:2.22.1",
"software.amazon.awssdk:bom:2.23.7"
"software.amazon.awssdk:bom:2.24.2"
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit a5a3097

Please sign in to comment.