summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 16:43:58 -0500
committerjimmy <jf2512@att.com>2018-12-17 16:56:41 -0500
commitd97b43696ec1fac33e43f3b2405b5cd240847aa8 (patch)
tree5a46fcb60dc619edd054915f6d3f763c84ac70c5 /pom.xml
parentdb20bc904a1915af185bd034c581fa42a2767adc (diff)
Update to spring-boot 1.5.18
Issue-ID: AAI-2015 Change-Id: I139312a31beb5a07d30ce8e8fae3bf781b548a70 Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index eb46205..a7a2283 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<groupId>org.onap.aai.validation</groupId>
<artifactId>validation</artifactId>
<name>aai-validation</name>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
@@ -43,7 +43,7 @@ limitations under the License.
</dependencyManagement>
<properties>
- <spring-boot.version>1.5.17.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.18.RELEASE</spring-boot.version>
<start-class>org.onap.aai.validation.ValidationServiceApplication</start-class>
<serverPort>9500</serverPort>
<sslport>9501</sslport>