diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-16 17:33:49 +0300 |
---|---|---|
committer | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-17 15:41:16 +0300 |
commit | 3fc94dd71339db72d60220add95b6b72c932abdb (patch) | |
tree | e6a3e0296f09f79be86ee76f9f3d40fcad97e8b2 /dcaedt_catalog/service | |
parent | 936253bccdcebe82ed06b55025087e96bbd35551 (diff) |
security check issues
recheck eun-clm updating spring version, using security check issues
Change-Id: Ic9eb249b70d4e32669fc6f1f4262b0fb91c0cd70
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_catalog/service')
-rw-r--r-- | dcaedt_catalog/service/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dcaedt_catalog/service/pom.xml b/dcaedt_catalog/service/pom.xml index b4f20d2..85a3019 100644 --- a/dcaedt_catalog/service/pom.xml +++ b/dcaedt_catalog/service/pom.xml @@ -26,9 +26,9 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>1.3.3.RELEASE</version> + <version>2.0.5.RELEASE</version> <configuration> - <mainClass>org.onap.sdc.dcae.catalog.engine.CatalogEngine</mainClass> + <classifier>exec</classifier> </configuration> <executions> <execution> @@ -60,7 +60,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>1.4.1.RELEASE</version> + <version>2.0.5.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -70,7 +70,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> - <version>1.4.1.RELEASE</version> + <version>2.0.5.RELEASE</version> </dependency> <dependency> <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> |