diff options
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c1e65782..c3eb5f20 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -801,12 +801,12 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.18.RELEASE</version> + <version>4.3.21.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.3.18.RELEASE</version> + <version>4.3.21.RELEASE</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId> @@ -957,13 +957,13 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>4.3.18.RELEASE</version> + <version>4.3.21.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.1.RELEASE</version> + <version>1.5.18.RELEASE</version> <scope>test</scope> </dependency> <dependency> @@ -997,7 +997,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> - <version>4.3.18.RELEASE</version> + <version>4.3.21.RELEASE</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |