Skip to content

Commit 90aec44

Browse files
authored
Update README.md
1 parent 0cd0f47 commit 90aec44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# avaje-http-client
22

3+
Documentation at [avaje.io/http-client](https://avaje.io/http-client/)
4+
35
A lightweight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/groups/net/httpclient/intro.html)
46

57
- 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/
1820
<dependency>
1921
<groupId>io.avaje</groupId>
2022
<artifactId>avaje-http-client</artifactId>
21-
<version>1.8</version>
23+
<version>1.11</version>
2224
</dependency>
2325
```
2426

0 commit comments

Comments
 (0)