Skip to content

Commit 6109d56

Browse files
Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 in /java (aws-observability#663)
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39adc2b commit 6109d56

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
@@ -17,7 +17,7 @@ val DEPENDENCY_BOMS = listOf(
1717
val DEPENDENCIES = listOf(
1818
"com.amazonaws:aws-lambda-java-core:1.2.2",
1919
"com.amazonaws:aws-lambda-java-events:3.11.1",
20-
"com.squareup.okhttp3:okhttp:4.10.0",
20+
"com.squareup.okhttp3:okhttp:4.11.0",
2121
"io.opentelemetry.javaagent:opentelemetry-javaagent:1.26.0"
2222
)
2323

0 commit comments

Comments
 (0)