From 22e42f4d88dec7c873320bc37a0660dfde017384 Mon Sep 17 00:00:00 2001 From: Reid McKenzie Date: Tue, 4 Jan 2022 13:24:19 -0700 Subject: [PATCH] [#589] Experiment with upgrading netty to JDK11+ --- pom.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e31de89ba..9868fdf68 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ 1.14.2 1.22 2.12.1 + 4.1.72.Final 2.12.1 4.5.11 @@ -78,6 +79,22 @@ com.nimbusds nimbus-jose-jwt 8.0 + + + net.minidev + json-smart + + + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-common + ${netty.version} org.apache.maven.plugins @@ -189,7 +206,7 @@ net.minidev json-smart - 2.4.5 + 2.4.7 org.apache.commons @@ -290,6 +307,14 @@ commons-codec commons-codec + + io.netty + netty-buffer + + + io.netty + netty-common +