Skip to content

Commit 08ef1a9

Browse files
Bump com.squareup.okhttp3:okhttp from 5.2.1 to 5.3.0
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.2.1 to 5.3.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da6d6df commit 08ef1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ dependencies {
302302
implementation("com.install4j:install4j-runtime:11.0.1")
303303

304304
testImplementation("org.instancio:instancio-junit:5.5.1")
305-
testImplementation("com.squareup.okhttp3:okhttp:5.2.1")
306-
testImplementation("com.squareup.okhttp3:mockwebserver:5.2.1")
305+
testImplementation("com.squareup.okhttp3:okhttp:5.3.0")
306+
testImplementation("com.squareup.okhttp3:mockwebserver:5.3.0")
307307
testImplementation("io.projectreactor:reactor-test")
308308
testImplementation("org.testfx:testfx-core:4.0.18") {
309309
exclude module: 'guava'

0 commit comments

Comments
 (0)