Skip to content

Commit

Permalink
Bump the amazon-deps group in /java with 1 update
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.5 to 2.23.7

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 0795c72 commit 40b7499
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.5"
"software.amazon.awssdk:bom:2.23.7"
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit 40b7499

Please sign in to comment.