Skip to content

Commit 0b4bff8

Browse files
build(deps): bump the java-other group across 1 directory with 2 updates (#1984)
Bumps the java-other group with 2 updates in the /java directory: software.amazon.awssdk:bom and [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp). Updates `software.amazon.awssdk:bom` from 2.34.3 to 2.35.5 Updates `com.squareup.okhttp3:okhttp` from 5.1.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.1.0...parent-5.2.1) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.35.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Benson <734411+tylerbenson@users.noreply.github.com>
1 parent be7c42b commit 0b4bff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ 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.20.1-alpha",
1313
"org.apache.logging.log4j:log4j-bom:2.24.3",
14-
"software.amazon.awssdk:bom:2.34.3"
14+
"software.amazon.awssdk:bom:2.35.5"
1515
)
1616

1717
val DEPENDENCIES = listOf(
1818
"com.amazonaws:aws-lambda-java-core:1.4.0",
1919
"com.amazonaws:aws-lambda-java-events:3.16.1",
20-
"com.squareup.okhttp3:okhttp:5.1.0",
20+
"com.squareup.okhttp3:okhttp:5.2.1",
2121
"io.opentelemetry.javaagent:opentelemetry-javaagent:2.20.1",
2222
"io.opentelemetry:opentelemetry-sdk-extension-aws:1.19.0",
2323
"io.opentelemetry.contrib:opentelemetry-aws-resources:1.50.0-alpha",

0 commit comments

Comments
 (0)