diff options
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms/pom.xml')
-rw-r--r-- | ecomp-portal-widget-ms/widget-ms/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index c5e641f6..32ca033a 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.4.2.RELEASE</version> + <version>1.5.11.RELEASE</version> <relativePath /> <!-- lookup parent from repository --> </parent> <groupId>org.onap.portal</groupId> <artifactId>widget-ms</artifactId> - <version>2.6.0</version> + <version>3.2.0</version> <packaging>jar</packaging> <name>widget-microservice</name> @@ -166,22 +166,22 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.8.10</version> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.8.10</version> + <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.10</version> + <version>2.9.8</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> - <version>4.1.4.RELEASE</version> + <version>4.2.13.RELEASE</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> |