diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2019-08-12 13:22:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 13:22:18 +0000 |
commit | fff2d1af7b401d6334c4b09868597dcc6c054e2b (patch) | |
tree | 44ce8771fdb41d9ac685570ec68c7d7e844202aa /aai-schema-ingest | |
parent | 16b14383f2970ea0647f22d0d1a8febf5db718b8 (diff) | |
parent | 0ed4d22d7b88aa3b86306ca2833c7acac20a091c (diff) |
Merge "Update to spring-boot 1.5.21"
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 009bd9d3..152994fb 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -126,7 +126,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>1.5.20.RELEASE</version> + <version>1.5.21.RELEASE</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> @@ -141,7 +141,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.20.RELEASE</version> + <version>1.5.21.RELEASE</version> <scope>test</scope> </dependency> <dependency> |