Skip to content

Commit 191a848

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

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
@@ -50,7 +50,7 @@ dependencies {
5050
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-params'
5252

53-
testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
53+
testImplementation "com.squareup.okhttp3:okhttp:5.1.0"
5454
testImplementation 'com.google.code.gson:gson:2.13.1'
5555
}
5656

0 commit comments

Comments
 (0)