Skip to content

Commit 327b98a

Browse files
dependabot[bot]rli
andauthored
Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.12.0 (#4106)
* Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.10.0...parent-4.12.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]> * Update libs.versions.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Li <[email protected]>
1 parent 89eabdc commit 327b98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ awsSdk = "2.20.111"
66
commonmark = "0.17.1"
77
detekt = "1.23.0"
88
intellijGradle = "1.13.2"
9-
intellijRemoteRobot = "0.11.18"
9+
intellijRemoteRobot = "0.11.21"
1010
jackson = "2.15.1"
1111
jacoco = "0.8.11"
1212
jgit = "6.5.0.202303070854-r"

ui-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testImplementation(libs.aws.sqs)
3434
testImplementation(libs.commons.io)
3535
// match version declared by intellijRemoteRobot
36-
testImplementation("com.squareup.okhttp3:okhttp:4.10.0")
36+
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
3737

3838
testRuntimeOnly(libs.junit5.jupiterEngine)
3939
}

0 commit comments

Comments
 (0)