Skip to content

Commit 11713b2

Browse files
chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.1.0 (#136)
* 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](lysine-dev/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> * Updates mockwebserver up to 5.1.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ihor Prysiazhnyi <iprysiazhnyi@siftscience.com>
1 parent 3feb5c6 commit 11713b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ compileTestJava {
2323
dependencies {
2424
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
2525
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
26-
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'
26+
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '5.1.0'
2727
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0'
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)