Skip to content

Commit

Permalink
QPIDJMS-597: update to Netty 4.1.107 (and netty-tcnative test dep to …
Browse files Browse the repository at this point in the history
…2.0.63)
  • Loading branch information
gemmellr committed Mar 7, 2024
1 parent c14f5fa commit be71d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
<properties>
<!-- Dependency Versions for this Project -->
<proton-version>0.34.1</proton-version>
<netty-version>4.1.100.Final</netty-version>
<netty-version>4.1.107.Final</netty-version>
<slf4j-version>1.7.36</slf4j-version>
<jakarta.jms-api-version>3.1.0</jakarta.jms-api-version>

<!-- 'Provided'/Test Dependency Versions for this Project -->
<opentracing-version>0.33.0</opentracing-version>

<!-- Test Dependency Versions for this Project -->
<netty-tcnative-version>2.0.62.Final</netty-tcnative-version>
<netty-tcnative-version>2.0.63.Final</netty-tcnative-version>
<activemq-version>5.18.3</activemq-version>
<junit.jupiter.version>5.10.0</junit.jupiter.version>
<jetty-version>9.4.53.v20231009</jetty-version>
Expand Down

0 comments on commit be71d72

Please sign in to comment.