Skip to content

Commit

Permalink
Update Netty, QUIC and Jersey to more recent versions
Browse files Browse the repository at this point in the history
This bump has also been passed though the test suite and all the tests
worked without any issue.
  • Loading branch information
adam-waldenberg committed Apr 25, 2023
1 parent ab68ea4 commit 0370fd5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-native-quic</artifactId>
<version>0.0.33.Final</version>
<version>0.0.39.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
</dependencies>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-native-quic</artifactId>
<version>0.0.33.Final</version>
<version>0.0.39.Final</version>
<classifier>windows-x86_64</classifier>
</dependency>
</dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-codec-native-quic</artifactId>
<version>0.0.33.Final</version>
<version>0.0.39.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>
</dependencies>
Expand Down Expand Up @@ -115,27 +115,27 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-netty-http</artifactId>
<version>3.0.5</version>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jdk-http</artifactId>
<version>3.0.5</version>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.0.5</version>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-jaxb</artifactId>
<version>3.0.5</version>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.0.5</version>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.84.Final</version>
<version>4.1.90.Final</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -171,7 +171,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.84.Final</version>
<version>4.1.90.Final</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
Expand Down

0 comments on commit 0370fd5

Please sign in to comment.