Skip to content

Commit

Permalink
Bump the amazon-deps group in /java with 1 update (#1104)
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.3 to 2.23.5

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 7aeffdc commit 122d2d2
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.3"
"software.amazon.awssdk:bom:2.23.5"
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit 122d2d2

Please sign in to comment.