We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd0f47 commit 90aec44Copy full SHA for 90aec44
README.md
@@ -1,5 +1,7 @@
1
# avaje-http-client
2
3
+Documentation at [avaje.io/http-client](https://avaje.io/http-client/)
4
+
5
A lightweight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/groups/net/httpclient/intro.html)
6
7
- Use Java 11.0.8 or higher (some SSL related bugs prior to 11.0.8 with JDK HttpClient)
@@ -18,7 +20,7 @@ A lightweight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/
18
20
<dependency>
19
21
<groupId>io.avaje</groupId>
22
<artifactId>avaje-http-client</artifactId>
- <version>1.8</version>
23
+ <version>1.11</version>
24
</dependency>
25
```
26
0 commit comments