Upgrade to latest dependencies 28/102228/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 24 Feb 2020 12:36:08 +0000 (07:36 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 24 Feb 2020 12:36:14 +0000 (07:36 -0500)
These seem the safest - note will need a companion review for google
gson.

tried eclipse link and javax persistence along with openpojo, but
those gave very nasty issues that were not clear on how to address.
Will have to save the rest for G Release.

Issue-ID: POLICY-2381
Change-Id: I35082743cf91fd1920994e5881f76b713998cc60
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
integration/pom.xml

index 279f57d..856e2f8 100644 (file)
@@ -40,8 +40,8 @@
         <version.powermock>2.0.4</version.powermock>
         <version.eclipselink>2.7.5</version.eclipselink>
         <version.jackson>2.10.0.pr3</version.jackson>
-        <version.drools>7.32.0.Final</version.drools>
-        <version.jersey>2.29.1</version.jersey>
+        <version.drools>7.33.0.Final</version.drools>
+        <version.jersey>2.30.1</version.jersey>
         <version.ccsdk>0.4.4</version.ccsdk>
         <version.swagger>1.6.0</version.swagger>
         <version.javax.bind>2.3.1</version.javax.bind>
             <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
-                <version>1.11</version>
+                <version>1.14</version>
             </dependency>
 
             <dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>
-                <version>4.5.9</version>
+                <version>4.5.11</version>
             </dependency>
 
             <!-- HttpComponents Core (blocking I/O) -->
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>4.4.9</version>
+                <version>4.4.13</version>
             </dependency>
 
             <!-- JSON marshalling and unmarshalling -->
             <dependency>
                 <groupId>com.google.code.gson</groupId>
                 <artifactId>gson</artifactId>
-                <version>2.8.4</version>
+                <version>2.8.6</version>
             </dependency>
 
             <!-- Lombok -->
             <dependency>
                 <groupId>org.yaml</groupId>
                 <artifactId>snakeyaml</artifactId>
-                <version>1.24</version>
+                <version>1.25</version>
             </dependency>
 
             <!-- Drools -->
             <dependency>
                 <groupId>com.h2database</groupId>
                 <artifactId>h2</artifactId>
-                <version>1.4.197</version>
+                <version>1.4.200</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>io.cucumber</groupId>
                 <artifactId>cucumber-java</artifactId>
-                <version>4.2.0</version>
+                <version>5.4.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>io.cucumber</groupId>
                 <artifactId>cucumber-junit</artifactId>
-                <version>4.2.0</version>
+                <version>5.4.0</version>
                 <scope>test</scope>
             </dependency>