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 +