From 0370fd549a6f4f45606245912ac943fc2705251e Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Tue, 25 Apr 2023 23:12:43 +0200 Subject: [PATCH] Update Netty, QUIC and Jersey to more recent versions This bump has also been passed though the test suite and all the tests worked without any issue. --- application/pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index a521977..d854e5d 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -22,7 +22,7 @@ io.netty.incubator netty-incubator-codec-native-quic - 0.0.33.Final + 0.0.39.Final linux-x86_64 @@ -34,7 +34,7 @@ io.netty.incubator netty-incubator-codec-native-quic - 0.0.33.Final + 0.0.39.Final windows-x86_64 @@ -46,7 +46,7 @@ io.netty.incubator netty-incubator-codec-native-quic - 0.0.33.Final + 0.0.39.Final osx-x86_64 @@ -115,27 +115,27 @@ org.glassfish.jersey.containers jersey-container-netty-http - 3.0.5 + 3.0.10 org.glassfish.jersey.containers jersey-container-jdk-http - 3.0.5 + 3.0.10 org.glassfish.jersey.media jersey-media-json-jackson - 3.0.5 + 3.0.10 org.glassfish.jersey.media jersey-media-jaxb - 3.0.5 + 3.0.10 org.glassfish.jersey.inject jersey-hk2 - 3.0.5 + 3.0.10 org.glassfish.jaxb @@ -150,7 +150,7 @@ io.netty netty-all - 4.1.84.Final + 4.1.90.Final * @@ -171,7 +171,7 @@ io.netty netty-codec-http - 4.1.84.Final + 4.1.90.Final org.jboss