Remove some medium level vulnerabilities 61/131461/1
authorliamfallon <liam.fallon@est.tech>
Thu, 13 Oct 2022 10:47:08 +0000 (11:47 +0100)
committerliamfallon <liam.fallon@est.tech>
Thu, 13 Oct 2022 10:47:12 +0000 (11:47 +0100)
Issue-ID: POLICY-4393
Change-Id: I062038ebb1a9182e43dca6a973abee26d4f856fc
Signed-off-by: liamfallon <liam.fallon@est.tech>
integration/pom.xml

index 7a07ba9..674a9b5 100644 (file)
         <version.powermock>2.0.9</version.powermock>
         <version.eclipselink>2.7.8</version.eclipselink>
         <version.drools>7.73.0.Final</version.drools>
-        <version.jersey>2.33</version.jersey>
+        <version.jersey>2.37</version.jersey>
         <version.jackson>2.14.0-rc1</version.jackson>
         <version.ccsdk>1.1.5</version.ccsdk>
         <version.swagger>1.6.6</version.swagger>
         <version.javax.bind>2.3.1</version.javax.bind>
         <version.javax.json>1.1.4</version.javax.json>
-        <version.netty>4.1.70.Final</version.netty>
+        <version.netty>4.1.84.Final</version.netty>
         <version.springboot>2.5.14</version.springboot>
         <version.hibernate.core>5.4.31.Final</version.hibernate.core>
         <version.eelf.core>1.0.0</version.eelf.core>
                 <version>${version.jackson}</version>
             </dependency>
 
-            <!-- Overriding this one breaks drools-applicaiotns -->
-            <!--dependency>
-                <groupId>com.fasterxml.jackson.module</groupId>
-                <artifactId>jackson-module-kotlin</artifactId>
-                <version>${version.jackson}</version>
-            </dependency-->
-
             <dependency>
                 <groupId>com.fasterxml.jackson.module</groupId>
                 <artifactId>jackson-module-scala_2.12</artifactId>
                 <version>1.1</version>
             </dependency>
 
+            <!-- Dependencies dragged in by CDS -->
+            <dependency>
+                <groupId>com.google.protobuf</groupId>
+                <artifactId>protobuf-java</artifactId>
+                <version>3.21.7</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-daemon-client</artifactId>
+                <version>1.7.20</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-scripting-jvm</artifactId>
+                <version>1.7.20</version>
+            </dependency>
+
             <!-- Test dependencies -->
 
             <!-- In memory Database Engine -->
                 <artifactId>netty-all</artifactId>
                 <version>${version.netty}</version>
             </dependency>
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-common</artifactId>
+                <version>${version.netty}</version>
+            </dependency>
             <dependency>
                 <groupId>io.netty</groupId>
                 <artifactId>netty-codec-http2</artifactId>