Skip to content

Commit 2a5df26

Browse files
committed
Release v3.0.2
1 parent 1f642ba commit 2a5df26

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Maven:
2020
<dependency>
2121
<groupId>org.asynchttpclient</groupId>
2222
<artifactId>async-http-client</artifactId>
23-
<version>3.0.1</version>
23+
<version>3.0.2</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
Gradle:
2929
```groovy
3030
dependencies {
31-
implementation 'org.asynchttpclient:async-http-client:3.0.1'
31+
implementation 'org.asynchttpclient:async-http-client:3.0.2'
3232
}
3333
```
3434

Diff for: client/pom.xml

+2-2
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.1</version>
22+
<version>3.0.2</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>javax.portlet</groupId>
6161
<artifactId>portlet-api</artifactId>
62-
<version>3.0.1</version>
62+
<version>3.0.2</version>
6363
<scope>test</scope>
6464
</dependency>
6565

Diff for: pom.xml

+1-1
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.1</version>
23+
<version>3.0.2</version>
2424
<packaging>pom</packaging>
2525

2626
<name>AHC/Project</name>

0 commit comments

Comments
 (0)