Skip to content

Commit fb109cb

Browse files
authored
Merge branch 'main' into netty-leak-detector-006
2 parents 98b9b2f + 6c2cc55 commit fb109cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<javaModuleName>org.asynchttpclient.client</javaModuleName>
3232

3333
<jetty.version>11.0.24</jetty.version>
34-
<tomcat.version>10.1.34</tomcat.version>
34+
<tomcat.version>10.1.35</tomcat.version>
3535
<commons-io.version>2.18.0</commons-io.version>
3636
<mockito.version>4.11.0</mockito.version>
3737
<hamcrest.version>3.0</hamcrest.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<maven.compiler.target>11</maven.compiler.target>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747

48-
<netty.version>4.1.117.Final</netty.version>
48+
<netty.version>4.1.118.Final</netty.version>
4949
<netty.iouring>0.0.26.Final</netty.iouring>
5050
<brotli4j.version>1.18.0</brotli4j.version>
5151
<slf4j.version>2.0.16</slf4j.version>

0 commit comments

Comments
 (0)