Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.11.0 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.11.0...parent-4.12.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 and github-actions[bot] committed Oct 23, 2023
1 parent e6805fa commit 4be0686
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.11.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.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.15.3"))
api("com.squareup.retrofit2:converter-scalars:2.9.0")

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

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

0 comments on commit 4be0686

Please sign in to comment.