From a6fc68e6716b32d62e43a6c81ddffdbf82541f93 Mon Sep 17 00:00:00 2001 From: vv770d Date: Mon, 28 Feb 2022 23:21:39 +0000 Subject: [PATCH] [DCAEMOD/Helm-gen] Vulnerability updates Fix runtime exception noted with okhttp upgrade to 4.9.3 Change-Id: Ib4cc0ce0723f34d528cd7a4a392309dd8eeae068 Signed-off-by: vv770d Issue-ID: DCAEGEN2-3052 --- mod2/helm-generator/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mod2/helm-generator/pom.xml b/mod2/helm-generator/pom.xml index 52d1427..1b6d211 100644 --- a/mod2/helm-generator/pom.xml +++ b/mod2/helm-generator/pom.xml @@ -104,13 +104,24 @@ com.squareup.okhttp3 okhttp 4.9.3 + + + com.squareup.okio + okio + + com.squareup.okhttp3 mockwebserver - 4.0.1 + 4.9.3 test + + com.squareup.okio + okio + 2.2.2 + -- 2.16.6