summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2019-08-12 13:22:18 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-12 13:22:18 +0000
commitfff2d1af7b401d6334c4b09868597dcc6c054e2b (patch)
tree44ce8771fdb41d9ac685570ec68c7d7e844202aa /aai-schema-ingest/pom.xml
parent16b14383f2970ea0647f22d0d1a8febf5db718b8 (diff)
parent0ed4d22d7b88aa3b86306ca2833c7acac20a091c (diff)
Merge "Update to spring-boot 1.5.21"
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r--aai-schema-ingest/pom.xml4
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>