diff options
Diffstat (limited to 'dcaedt_catalog/asdc')
-rw-r--r-- | dcaedt_catalog/asdc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcaedt_catalog/asdc/pom.xml b/dcaedt_catalog/asdc/pom.xml index a6cdd58..1414a91 100644 --- a/dcaedt_catalog/asdc/pom.xml +++ b/dcaedt_catalog/asdc/pom.xml @@ -73,7 +73,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.17.RELEASE</version> + <version>5.0.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -83,7 +83,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>4.3.17.RELEASE</version> + <version>5.0.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |