File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Maven:
20
20
<dependency >
21
21
<groupId >org.asynchttpclient</groupId >
22
22
<artifactId >async-http-client</artifactId >
23
- <version >3.0.1 </version >
23
+ <version >3.0.2 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
```
27
27
28
28
Gradle:
29
29
``` groovy
30
30
dependencies {
31
- implementation 'org.asynchttpclient:async-http-client:3.0.1 '
31
+ implementation 'org.asynchttpclient:async-http-client:3.0.2 '
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.asynchttpclient</groupId >
21
21
<artifactId >async-http-client-project</artifactId >
22
- <version >3.0.1 </version >
22
+ <version >3.0.2 </version >
23
23
</parent >
24
24
25
25
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 20
20
21
21
<groupId >org.asynchttpclient</groupId >
22
22
<artifactId >async-http-client-project</artifactId >
23
- <version >3.0.1 </version >
23
+ <version >3.0.2 </version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >AHC/Project</name >
You can’t perform that action at this time.
0 commit comments