Skip to content

Commit 24716cd

Browse files
Bump okhttpVersion from 4.12.0 to 5.2.1 (#56)
Bumps `okhttpVersion` from 4.12.0 to 5.2.1. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.2.1) Updates `com.squareup.okhttp3:logging-interceptor` from 4.12.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab40d72 commit 24716cd

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
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext.kotlinVersion = '2.2.20'
4-
ext.okhttpVersion = '4.12.0'
4+
ext.okhttpVersion = '5.2.1'
55
ext.gsonVersion = '2.13.2'
66
ext.jjwtVersion = 'd6feebe558'
77
ext.retrofitVersion = '3.0.0'

0 commit comments

Comments
 (0)