From 3f16d85d0ff18298f0deeac4f88862aa6212c0f3 Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiecien Date: Fri, 22 Sep 2017 16:00:57 +0200 Subject: update spring version in MSOCommonBPMN Issue: SO-159 Change-Id: Ic3e442eaa7603b52a2e32e8395ca8ff9bc069f75 Signed-off-by: Krzysztof Kwiecien --- bpmn/MSOCommonBPMN/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpmn/MSOCommonBPMN') diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 89e5ce24ea..a54ff91f55 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -14,10 +14,9 @@ 7.6.0 - 3.1.2.RELEASE + 4.3.2.RELEASE 3.1 2.0.1 - 4.1.4.RELEASE 1.1.1 1.8 1.8 @@ -392,7 +391,7 @@ org.springframework spring-test - 4.3.2.RELEASE + ${spring.version} @@ -451,6 +450,7 @@ org.springframework spring-beans + 4.3.2.RELEASE com.fasterxml.jackson.core @@ -523,7 +523,7 @@ org.springframework spring-web - 4.3.2.RELEASE + ${spring.version} org.springframework -- cgit 1.2.3-korg