Skip to content

Commit

Permalink
Merge pull request #197 from norkator/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 4.11.0 to 4.12.0
  • Loading branch information
norkator authored Oct 29, 2024
2 parents bc6fb5c + 21fc896 commit 773e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
testImplementation 'org.json:json:20230618'
// Other
implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.0'))
Expand Down

0 comments on commit 773e2ed

Please sign in to comment.