Skip to content

Commit 27e6c4f

Browse files
chore(deps): bump com.squareup.okhttp3:okhttp from 5.4.0 to 5.5.0
Bumps [com.squareup.okhttp3:okhttp](https://github.com/lysine-dev/okhttp) from 5.4.0 to 5.5.0. - [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md) - [Commits](lysine-dev/okhttp@parent-5.4.0...parent-5.5.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a463e7d commit 27e6c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
dependencies {
33
implementation 'com.auth0:java-jwt:4.6.0'
4-
implementation 'com.squareup.okhttp3:okhttp:5.4.0'
4+
implementation 'com.squareup.okhttp3:okhttp:5.5.0'
55
implementation 'com.google.code.gson:gson:2.14.0'
66

7-
testImplementation 'com.squareup.okhttp3:mockwebserver:5.4.0'
7+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.5.0'
88
testImplementation 'org.mockito:mockito-core:5.23.0'
99
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
1010
}

0 commit comments

Comments
 (0)