Skip to content

Commit 1d419f9

Browse files
chore(deps): bump com.squareup.okhttp3:mockwebserver from 5.3.2 to 5.4.0
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 5.3.2 to 5.4.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.2...parent-5.4.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8dd5d3b commit 1d419f9

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.5.2'
4-
implementation 'com.squareup.okhttp3:okhttp:5.3.2'
4+
implementation 'com.squareup.okhttp3:okhttp:5.4.0'
55
implementation 'com.google.code.gson:gson:2.14.0'
66

7-
testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
7+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.4.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)