Skip to content

Commit 5fca957

Browse files
Bump okhttp from 3.12.13 to 4.10.0
Bumps [okhttp](https://github.com/square/okhttp) from 3.12.13 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.12.13...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8a77da commit 5fca957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ dependencies {
3838
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3939
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4040

41-
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
41+
testImplementation "com.squareup.okhttp3:okhttp:4.10.0"
4242
testImplementation 'com.google.code.gson:gson:2.9.0'
4343
}

0 commit comments

Comments
 (0)