Skip to content

Commit

Permalink
Upgrade Tomcat and Jetty (AsyncHttpClient#1868)
Browse files Browse the repository at this point in the history
(cherry picked from commit a7ae936)
  • Loading branch information
hyperxpro authored and moke committed Aug 17, 2023
1 parent 2ad01f8 commit bf48fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<properties>
<javaModuleName>org.asynchttpclient.client</javaModuleName>

<jetty.version>11.0.13</jetty.version>
<tomcat.version>10.1.2</tomcat.version>
<jetty.version>11.0.15</jetty.version>
<tomcat.version>10.1.8</tomcat.version>
<commons-io.version>2.11.0</commons-io.version>
<mockito.version>4.11.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down

0 comments on commit bf48fb6

Please sign in to comment.