Skip to content

Commit

Permalink
specify okhttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Dec 29, 2024
1 parent 7a7ef87 commit 2425bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ dependencies {
implementation("com.install4j:install4j-runtime:11.0.1")

testImplementation("org.instancio:instancio-junit:5.2.1")
testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("com.squareup.okhttp3:mockwebserver")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.testfx:testfx-core:4.0.18") {
exclude module: 'guava'
Expand Down

0 comments on commit 2425bf6

Please sign in to comment.