Skip to content

Commit 2f4fc20

Browse files
chore(deps): 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] <support@github.com>
1 parent 0df514f commit 2f4fc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'
2727
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'
2828
implementation 'com.google.code.gson:gson:2.13.1'
29-
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
29+
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
3030
implementation 'com.squareup.okio:okio:3.15.0'
3131
implementation 'commons-codec:commons-codec:1.19.0'
3232
}

0 commit comments

Comments
 (0)