Skip to content

Commit 43c6641

Browse files
chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.1.0 (#139)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ca7e57 commit 43c6641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ java {
1919
dependencies {
2020
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
2121
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
22-
implementation "com.squareup.okhttp3:okhttp:4.12.0"
22+
implementation "com.squareup.okhttp3:okhttp:5.1.0"
2323
// For LRU and expiring maps
2424
implementation 'org.apache.commons:commons-collections4:4.5.0'
2525
implementation 'org.slf4j:slf4j-api:2.0.17'
2626
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
2727
testImplementation platform('org.junit:junit-bom:5.11.4')
28-
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
28+
testImplementation("com.squareup.okhttp3:mockwebserver:5.1.0")
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
3131
testImplementation 'commons-io:commons-io:2.19.0'

0 commit comments

Comments
 (0)