Updating all Apex dependencies 11/109411/1
authorRossC <ross.carter@est.tech>
Mon, 22 Jun 2020 13:13:34 +0000 (14:13 +0100)
committerRossC <ross.carter@est.tech>
Mon, 22 Jun 2020 13:13:38 +0000 (14:13 +0100)
Issue-ID: POLICY-2387
Change-Id: I6d9222cfe8841a4a4532d95dbc6f8b3f3d15ac87
Signed-off-by: RossC <ross.carter@est.tech>
13 files changed:
auth/cli-codegen/pom.xml
examples/examples-adaptive/pom.xml
model/utilities/pom.xml
plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-infinispan/pom.xml
plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml
plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-jms/pom.xml
plugins/plugins-executor/plugins-executor-jruby/pom.xml
plugins/plugins-executor/plugins-executor-mvel/pom.xml
plugins/plugins-persistence/pom.xml
pom.xml
testsuites/integration/integration-uservice-test/pom.xml
tools/tools-common/pom.xml

index dcf24bb..f146240 100644 (file)
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>ST4</artifactId>
-            <version>4.0.8</version>
+            <version>4.3</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.apex-pdp.model</groupId>
index 2653bb0..ade620b 100644 (file)
@@ -61,7 +61,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-math3</artifactId>
-            <version>3.2</version>
+            <version>3.6.1</version>
         </dependency>
     </dependencies>
 
index 1bb2605..4bc39e6 100644 (file)
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
-            <version>4.7.1</version>
+            <version>4.8-1</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
index 38efd6b..5195150 100644 (file)
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.infinispan</groupId>
             <artifactId>infinispan-core</artifactId>
-            <version>10.1.5.Final</version>
+            <version>11.0.0.Final</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.jboss.slf4j</groupId>
index 4ba2d61..9e71194 100644 (file)
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-framework</artifactId>
-            <version>4.0.1</version>
+            <version>5.0.0</version>
             <exclusions>
                 <!-- The default Zookeeper version in Curator has vulnerabilities -->
                 <exclusion>
         <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-recipes</artifactId>
-            <version>4.0.1</version>
+            <version>5.0.0</version>
         </dependency>
         <!-- This Zookeeper version fixes the vulnerabilities -->
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version>3.4.14</version>
+            <version>3.6.1</version>
             <exclusions>
             <!-- Zookeeper uses an ancient version of log4j -->
                 <exclusion>
index e1a6aac..e12d64e 100644 (file)
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.avro</groupId>
             <artifactId>avro</artifactId>
-            <version>1.9.0</version>
+            <version>1.9.2</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.commons</groupId>
index 4aa0b49..578cf72 100644 (file)
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>artemis-jms-client</artifactId>
-            <version>2.6.1</version>
+            <version>2.13.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>io.netty</groupId>
index 3dd9362..2d26e41 100644 (file)
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.jruby</groupId>
             <artifactId>jruby-core</artifactId>
-            <version>9.2.9.0</version>
+            <version>9.2.11.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.jruby.extras</groupId>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>com.github.jnr</groupId>
             <artifactId>jffi</artifactId>
-            <version>1.2.22</version>
+            <version>1.2.23</version>
         </dependency>
     </dependencies>
 
index 26c2e1a..5a4f86c 100644 (file)
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.mvel</groupId>
             <artifactId>mvel2</artifactId>
-            <version>2.3.1.Final</version>
+            <version>2.4.8.Final</version>
         </dependency>
     </dependencies>
 
index 5b903c3..f3e8f92 100644 (file)
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.0.0</version>
+            <version>42.2.14</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 3f2e4d7..cff0492 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-ext</artifactId>
-            <version>1.8.0-beta2</version>
+            <version>1.7.30</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
index fc47df3..2b447ad 100644 (file)
         <dependency>
             <groupId>com.salesforce.kafka.test</groupId>
             <artifactId>kafka-junit4</artifactId>
-            <version>3.0.1</version>
+            <version>3.2.1</version>
             <scope>test</scope>
             <exclusions>
             <!-- The default netty version in kafka-junit4 has vulnerabilities -->
index d664d4c..0e164e5 100644 (file)
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.6</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.1</version>
+            <version>1.8</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>