From 8119e5d0f4fa65b9c89f847872c8377780c8d173 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 13 Oct 2022 11:47:08 +0100 Subject: [PATCH] Remove some medium level vulnerabilities Issue-ID: POLICY-4393 Change-Id: I062038ebb1a9182e43dca6a973abee26d4f856fc Signed-off-by: liamfallon --- integration/pom.xml | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 7a07ba95..674a9b5d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -43,13 +43,13 @@ 2.0.9 2.7.8 7.73.0.Final - 2.33 + 2.37 2.14.0-rc1 1.1.5 1.6.6 2.3.1 1.1.4 - 4.1.70.Final + 4.1.84.Final 2.5.14 5.4.31.Final 1.0.0 @@ -127,13 +127,6 @@ ${version.jackson} - - - com.fasterxml.jackson.module jackson-module-scala_2.12 @@ -712,6 +705,25 @@ 1.1 + + + com.google.protobuf + protobuf-java + 3.21.7 + + + + org.jetbrains.kotlin + kotlin-daemon-client + 1.7.20 + + + + org.jetbrains.kotlin + kotlin-scripting-jvm + 1.7.20 + + @@ -812,6 +824,11 @@ netty-all ${version.netty} + + io.netty + netty-common + ${version.netty} + io.netty netty-codec-http2 -- 2.16.6