aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/pom.xml6
-rw-r--r--profiles/http/pom.xml2
-rw-r--r--validate/sample-mock-generator/pom.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index 56c9681f..013948e9 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>3.1.0.RELEASE</version>
+ <version>3.2.9.RELEASE</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -82,12 +82,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.3</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.9.3</version>
+ <version>2.9.4</version>
</dependency>
</dependencies>
</project>
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml
index 913c8cec..0edade95 100644
--- a/profiles/http/pom.xml
+++ b/profiles/http/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.6.3</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml
index d9cdc46e..104247ee 100644
--- a/validate/sample-mock-generator/pom.xml
+++ b/validate/sample-mock-generator/pom.xml
@@ -41,7 +41,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.6.3</version>
+ <version>2.9.4</version>
</dependency>
</dependencies>