Skip to content

Commit

Permalink
Add Okhttp3 as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 23, 2024
1 parent 71fd89c commit c640ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dependencies {
exclude module: 'client-java'
}
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

test {
Expand Down

0 comments on commit c640ff3

Please sign in to comment.