Skip to content

Commit e08d636

Browse files
Bump the amazon-deps group in /java with 1 update (#1175)
Bumps the amazon-deps group in /java with 1 update: software.amazon.awssdk:bom. Updates `software.amazon.awssdk:bom` from 2.24.2 to 2.25.1 --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c364f83 commit e08d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111
val DEPENDENCY_BOMS = listOf(
1212
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.0.0-alpha",
1313
"org.apache.logging.log4j:log4j-bom:2.22.1",
14-
"software.amazon.awssdk:bom:2.24.2"
14+
"software.amazon.awssdk:bom:2.25.1"
1515
)
1616

1717
val DEPENDENCIES = listOf(

0 commit comments

Comments
 (0)