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 12080df
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 263 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 8
uses: actions/setup-java@v2
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
cache: 'maven'
distribution: 'temurin'
java-version: '11'

- name: Build with Maven
run: mvn --batch-mode -T 1C -U install -Dgpg.skip
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 12080df

Please sign in to comment.