Skip to content

Commit a99307a

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 e920ab3 commit a99307a

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
@@ -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.10.0"
4444
testImplementation 'com.google.code.gson:gson:2.10.1'
4545
}

0 commit comments

Comments
 (0)