File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
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.0 </version >
23
+ <version >3.0.1 </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.0 '
31
+ implementation 'org.asynchttpclient:async-http-client:3.0.1 '
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.0 </version >
22
+ <version >3.0.1 </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.0 </version >
23
+ <version >3.0.1 </version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >AHC/Project</name >
368
368
<plugin >
369
369
<groupId >org.apache.maven.plugins</groupId >
370
370
<artifactId >maven-source-plugin</artifactId >
371
- <version >3.3 .1</version >
371
+ <version >3.2 .1</version >
372
372
<executions >
373
373
<execution >
374
- <id >attach-sources</id >
375
374
<goals >
376
375
<goal >jar-no-fork</goal >
377
376
</goals >
You can’t perform that action at this time.
0 commit comments