Skip to content

Commit

Permalink
upgraded to the latest OkHttp
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Nov 29, 2023
1 parent ca22901 commit 4197473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nexusPluginVersion=1.0.0

guavaVersion=20.0
groovyVersion=3.0.11
okHttpVersion=3.14.9
okHttpVersion=4.12.0
grailsTestingSupportVersion=2.4.1
jodaTimeVersion=2.9.9
spockVersion=2.3-groovy-3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import java.io.IOException;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.time.Duration;
import java.time.temporal.ChronoUnit;
Expand Down

0 comments on commit 4197473

Please sign in to comment.