diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2019-04-09 17:01:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 17:01:27 +0000 |
commit | b0af00ffa9b878404bf86aa80068c22012110cc4 (patch) | |
tree | 747c47a163d759ff4a45cef074a3ec3ad95fe07c /aai-schema-ingest | |
parent | b1dd94def085d9ad213245ef74cd4e616768d99f (diff) | |
parent | 18e8b404aa2dcf7a3daefd3ebb1ccd97b75b98a2 (diff) |
Merge "Upgrade to springboot 1.5.20.RELEASE"
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 5b817436..b73a7209 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>1.5.19.RELEASE</version> + <version>1.5.20.RELEASE</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -128,7 +128,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.19.RELEASE</version> + <version>1.5.20.RELEASE</version> <scope>test</scope> </dependency> <dependency> |