Skip to content

Commit 242ddea

Browse files
authored
Release v3.0.8 (#2155)
1 parent 4014599 commit 242ddea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Java 11+
5353
<dependency>
5454
<groupId>org.asynchttpclient</groupId>
5555
<artifactId>async-http-client</artifactId>
56-
<version>3.0.7</version>
56+
<version>3.0.8</version>
5757
</dependency>
5858
```
5959

6060
**Gradle:**
6161

6262
```groovy
63-
implementation 'org.asynchttpclient:async-http-client:3.0.7'
63+
implementation 'org.asynchttpclient:async-http-client:3.0.8'
6464
```
6565

6666
<details>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.asynchttpclient</groupId>
2121
<artifactId>async-http-client-project</artifactId>
22-
<version>3.0.7</version>
22+
<version>3.0.8</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.asynchttpclient</groupId>
2222
<artifactId>async-http-client-project</artifactId>
23-
<version>3.0.7</version>
23+
<version>3.0.8</version>
2424
<packaging>pom</packaging>
2525

2626
<name>AHC/Project</name>

0 commit comments

Comments
 (0)