Skip to content

Commit

Permalink
Merge pull request #296 from newrelic/update-okhttp
Browse files Browse the repository at this point in the history
Update to okhttp 4.10.0
  • Loading branch information
jasonjkeller authored Jul 15, 2022
2 parents aeb16de + 5f8a7f4 commit 0cb91e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The various builders for the Telemetry SDK components include an option to `useL
### For developers:
#### Requirements

* Java 8 or greater
* Java 11 or greater
* For IDEA:
* Docker & docker-compose must be installed for integration testing

Expand All @@ -93,7 +93,7 @@ For general querying information, see:
CI builds are run on Github Actions:
![build badge](https://github.com/newrelic/newrelic-telemetry-sdk-java/workflows/main%20build/badge.svg)

The project uses gradle 6 for building, and the gradle wrapper is provided.
The project uses Java 11 and gradle 6 for building, and the gradle wrapper is provided.

To compile, run the tests and build the jars:

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ junitVersion=5.3.1
jsonassertVersion=1.5.0
mockitoVersion=2.23.0
mockserverVersion=5.13.2
okhttpVersion=4.8.0
okhttpVersion=4.10.0
testContainerVersion=1.17.3

0 comments on commit 0cb91e2

Please sign in to comment.