Skip to content

Commit 078063f

Browse files
Bump okhttp from 3.12.13 to 4.9.1
Bumps [okhttp](https://github.com/square/okhttp) from 3.12.13 to 4.9.1. - [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.9.1) --- 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 1510dd5 commit 078063f

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
@@ -15,6 +15,6 @@ dependencies {
1515
implementation 'org.nibor.autolink:autolink:0.10.0'
1616

1717
testImplementation 'junit:junit:4.13.2'
18-
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
18+
testImplementation "com.squareup.okhttp3:okhttp:4.9.1"
1919
testImplementation 'com.google.code.gson:gson:2.8.6'
2020
}

0 commit comments

Comments
 (0)