diff --git a/pom.xml b/pom.xml index 85bf256c78586a0b519a80579ba82108b0de8b8e..36a6c4cd80f20eef2087b95b9f7406aa09b6d7d8 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,27 @@ org.opengroup.osdu os-core-common ${os-core-common.version} + + + com.google.code.gson + gson + + + io.netty + netty-handler + + + + + + com.google.code.gson + gson + 2.8.9 + + + io.netty + netty-codec-http + 4.1.59.Final diff --git a/provider/workflow-azure/pom.xml b/provider/workflow-azure/pom.xml index 17e085b47050d5e2e9a668ad46696fa68210b9a2..5e92d155c0a49830d7f8134e62c4d5da8dadb0af 100644 --- a/provider/workflow-azure/pom.xml +++ b/provider/workflow-azure/pom.xml @@ -192,6 +192,17 @@ org.apache.tomcat tomcat-catalina 9.0.43 + + + org.apache.tomcat + tomcat-coyote + + + + + org.apache.tomcat + tomcat-coyote + 9.0.44 diff --git a/workflow-core/pom.xml b/workflow-core/pom.xml index 8f99bd16476df169560afa9f58990550e33d9d0b..9ce3e64807f47a8519dd7da17cfacd286e170fd6 100644 --- a/workflow-core/pom.xml +++ b/workflow-core/pom.xml @@ -84,7 +84,7 @@ org.apache.tomcat tomcat-websocket - 9.0.43 + 10.0.12 @@ -138,13 +138,13 @@ io.netty netty-codec - 4.1.46.Final + 4.1.68.Final io.netty netty-all - 4.1.46.Final + 4.1.68.Final @@ -172,7 +172,6 @@ spring-core 5.3.7 -