Skip to content

Commit b0c359a

Browse files
committed
Update README
1 parent 05acc76 commit b0c359a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Build](https://github.com/avaje/avaje-http-client/actions/workflows/build.yml/badge.svg)](https://github.com/avaje/avaje-http-client/actions/workflows/build.yml)
2+
[![Maven Central](https://img.shields.io/maven-central/v/io.avaje/avaje-http-client.svg?label=Maven%20Central)](https://mvnrepository.com/artifact/io.avaje/avaje-http-client)
3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/avaje/avaje-http-client/blob/master/LICENSE)
4+
15
# avaje-http-client
26

37
Documentation at [avaje.io/http-client](https://avaje.io/http-client/)
@@ -20,7 +24,7 @@ A lightweight wrapper to the [JDK 11+ Java Http Client](http://openjdk.java.net/
2024
<dependency>
2125
<groupId>io.avaje</groupId>
2226
<artifactId>avaje-http-client</artifactId>
23-
<version>1.11</version>
27+
<version>1.12</version>
2428
</dependency>
2529
```
2630

0 commit comments

Comments
 (0)