summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>