[DCAEMOD/Helm-gen] Vulnerability updates 86/127386/1
authorvv770d <vv770d@att.com>
Mon, 28 Feb 2022 23:21:39 +0000 (23:21 +0000)
committervv770d <vv770d@att.com>
Mon, 28 Feb 2022 23:23:31 +0000 (23:23 +0000)
Fix runtime exception noted with okhttp upgrade to 4.9.3

Change-Id: Ib4cc0ce0723f34d528cd7a4a392309dd8eeae068
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-3052

mod2/helm-generator/pom.xml

index 52d1427..1b6d211 100644 (file)
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>okhttp</artifactId>
             <version>4.9.3</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.squareup.okio</groupId>
+                    <artifactId>okio</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>mockwebserver</artifactId>
-            <version>4.0.1</version>
+            <version>4.9.3</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.squareup.okio</groupId>
+            <artifactId>okio</artifactId>
+            <version>2.2.2</version>
+        </dependency>
     </dependencies>
     <dependencyManagement>
         <dependencies>