Bumped libs

fixes gh-1123
fixes gh-1121
fixes gh-1120
fixes gh-1119
This commit is contained in:
Marcin Grzejszczak
2019-07-01 10:57:17 +02:00
parent a18df67ae8
commit c5c44a57f7
3 changed files with 6 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
<properties>
<activemq.version>5.15.9</activemq.version>
<camel.version>2.24.0</camel.version>
<camel.version>2.24.1</camel.version>
<checkstyle.version>2.17</checkstyle.version>
<pact.version>3.6.7</pact.version>
<jsch-agent.version>0.0.9</jsch-agent.version>

View File

@@ -13,7 +13,7 @@
<checker.version>2.8.2</checker.version>
<maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
<maven-dependency-plugin.version>3.0.0</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<build-helper-maven-plugin.version>1.12</build-helper-maven-plugin.version>
</properties>
<parent>

View File

@@ -3,6 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<automaton.version>1.11.2</automaton.version>
</properties>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-parent</artifactId>
@@ -33,7 +36,7 @@
<dependency>
<groupId>dk.brics.automaton</groupId>
<artifactId>automaton</artifactId>
<version>1.11-8</version>
<version>${automaton.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>