diff options
Diffstat (limited to 'dcaedt_catalog/service')
-rw-r--r-- | dcaedt_catalog/service/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dcaedt_catalog/service/pom.xml b/dcaedt_catalog/service/pom.xml index c6de06c..21db070 100644 --- a/dcaedt_catalog/service/pom.xml +++ b/dcaedt_catalog/service/pom.xml @@ -49,12 +49,12 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.3.5.RELEASE</version> + <version>4.3.17.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.5.RELEASE</version> + <version>4.3.17.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -64,7 +64,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>4.3.5.RELEASE</version> + <version>4.3.17.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |