summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:20:24 +0200
committerGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:20:24 +0200
commit31caf1121622833779906b1eae9f795f94882d45 (patch)
tree1101d83435454251cfde1bfa724a7c5857cb106b /pom.xml
parent56817b9ae17b2f56f72c94cf1e2fc496cbdc1a20 (diff)
Upgrade SnakeYAML version for sdc-tosca
Change-Id: I3cbfe0200cfccde7246f29430e945ecbe2da8d9c Issue-ID: SDC-234 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d0dfa36..25ca262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>sdc-tosca</artifactId>
<name>sdc-sdc-tosca</name>
<description>SDC Tosca Parser JAR file for use by consumers</description>
- <version>1.3.2</version>
+ <version>1.3.3</version>
<packaging>jar</packaging>
<properties>
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.14</version>
+ <version>1.20</version>
<scope>compile</scope>
</dependency>
@@ -112,7 +112,7 @@
<dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</dependency>