Skip to content

Commit

Permalink
Merge pull request #12 from komamitsu/dependabot/gradle/com.squareup.…
Browse files Browse the repository at this point in the history
…okhttp3-mockwebserver-4.12.0

Bump com.squareup.okhttp3:mockwebserver from 3.10.0 to 4.12.0
  • Loading branch information
komamitsu authored Jan 20, 2024
2 parents aaaf272 + a6e503f commit 77a107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
testImplementation 'ch.qos.logback:logback-classic:1.1.8'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.8.16'
compileOnly 'com.squareup.retrofit2:retrofit:2.9.0'
Expand Down

0 comments on commit 77a107c

Please sign in to comment.