summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-02-24 07:36:08 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-02-24 07:36:14 -0500
commit385f0850e40f4bffbee8d8a00d434922cea45e6e (patch)
treee4148f07696a6a00ea2b7f0aec4d9637b287b9be /integration
parentafb51f1a2acc1abc3254a72aed47cb2e86904d04 (diff)
Upgrade to latest dependencies
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>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 279f57d0..856e2f8b 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -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>
@@ -194,7 +194,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.11</version>
+ <version>1.14</version>
</dependency>
<dependency>
@@ -236,21 +236,21 @@
<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 -->
@@ -333,7 +333,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.24</version>
+ <version>1.25</version>
</dependency>
<!-- Drools -->
@@ -419,7 +419,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.197</version>
+ <version>1.4.200</version>
<scope>test</scope>
</dependency>
@@ -427,7 +427,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>
@@ -435,13 +435,13 @@
<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>