diff options
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 279f57d0..d19f2b99 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 --> @@ -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> |