diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-25 14:15:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-25 14:15:24 +0000 |
commit | 753369b16fbe26b3606160fe1a0b7a6e2e1a32de (patch) | |
tree | f436ea0298dd69453240d1cae7da272e68eacda7 | |
parent | b5623f7822b1741d96e1748e7b0c470a41c56edb (diff) | |
parent | 3cefa7c55ef8dd4a4495274ed7c444e520fd34c9 (diff) |
Merge "Update to latest springboot versions"
-rwxr-xr-x | springboot/springboot1/pom.xml | 2 | ||||
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index a3471094..482f2269 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.21.RELEASE</version> + <version>1.5.22.RELEASE</version> <relativePath/> </parent> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index c6686252..c2ffe8c8 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.6.RELEASE</version> + <version>2.1.8.RELEASE</version> <relativePath/> </parent> |