Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5709ee6

Browse files
authoredJul 13, 2024··
Bump com.squareup.okhttp3:okhttp from 3.12.13 to 4.12.0
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 3.12.13 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.12.13...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5621a3e commit 5709ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎extractor/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dependencies {
4040
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4242

43-
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
43+
testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
4444
testImplementation 'com.google.code.gson:gson:2.10.1'
4545
}

0 commit comments

Comments
 (0)
Please sign in to comment.