File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Maven:
2020 <dependency >
2121 <groupId >org.asynchttpclient</groupId >
2222 <artifactId >async-http-client</artifactId >
23- <version >3.0.0 </version >
23+ <version >3.0.1 </version >
2424 </dependency >
2525</dependencies >
2626```
2727
2828Gradle:
2929``` groovy
3030dependencies {
31- implementation 'org.asynchttpclient:async-http-client:3.0.0 '
31+ implementation 'org.asynchttpclient:async-http-client:3.0.1 '
3232}
3333```
3434
Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >org.asynchttpclient</groupId >
2121 <artifactId >async-http-client-project</artifactId >
22- <version >3.0.0 </version >
22+ <version >3.0.1 </version >
2323 </parent >
2424
2525 <modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2020
2121 <groupId >org.asynchttpclient</groupId >
2222 <artifactId >async-http-client-project</artifactId >
23- <version >3.0.0 </version >
23+ <version >3.0.1 </version >
2424 <packaging >pom</packaging >
2525
2626 <name >AHC/Project</name >
368368 <plugin >
369369 <groupId >org.apache.maven.plugins</groupId >
370370 <artifactId >maven-source-plugin</artifactId >
371- <version >3.3 .1</version >
371+ <version >3.2 .1</version >
372372 <executions >
373373 <execution >
374- <id >attach-sources</id >
375374 <goals >
376375 <goal >jar-no-fork</goal >
377376 </goals >
You can’t perform that action at this time.
0 commit comments