File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.Beta2 </version >
23
+ <version >3.0.0.Beta3 </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.Beta2 '
31
+ implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta3 '
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.Beta2 </version >
22
+ <version >3.0.0.Beta3 </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.Beta2 </version >
23
+ <version >3.0.0.Beta3 </version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >AHC/Project</name >
316
316
<plugin >
317
317
<groupId >org.sonatype.plugins</groupId >
318
318
<artifactId >nexus-staging-maven-plugin</artifactId >
319
- <version >1.6.8 </version >
319
+ <version >1.6.13 </version >
320
320
<extensions >true</extensions >
321
321
<configuration >
322
322
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments