Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:mockwebserver from 4.10.0 to 4.11.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.10.0...parent-4.11.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent f6d24e3 commit 65b56f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manual/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

testImplementation("org.assertj:assertj-core:3.24.2")

testImplementation("com.squareup.okhttp3:mockwebserver:4.10.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
}

java { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } }
Expand Down
2 changes: 1 addition & 1 deletion modules/retrofit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
api("com.squareup.retrofit2:converter-scalars:2.9.0")

testImplementation("com.squareup.okhttp3:mockwebserver:4.10.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
testImplementation("no.nav.security:mock-oauth2-server:0.5.8")

implementation("com.google.code.findbugs:jsr305:3.0.2")
Expand Down

0 comments on commit 65b56f6

Please sign in to comment.