Skip to content

Commit

Permalink
CORE-900: Upgrading async http client dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpochettino committed Aug 7, 2024
1 parent b037ceb commit bd0bc73
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 258 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
<version>33.2.1-jre</version>
</dependency>
<dependency>
<groupId>com.ning</groupId>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>1.9.31</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Loading

0 comments on commit bd0bc73

Please sign in to comment.