summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-01-07 16:34:40 -0800
committerPatrick Brady <patrick.brady@att.com>2019-01-07 16:34:43 -0800
commit66661bfb038a5a9bd2a8992f8e17231d78808488 (patch)
treeb42f1f0bc4788b527fdc7ff0d04100d18cdffd09
parent41852a077ca6ebb78dbfe81261c738fd774379f2 (diff)
Update single-feature snakeyaml version
Updating the snakeyaml version in single-feature-parent to match the version used in the other parent pom files. Change-Id: I52b871a15ca7beaf1a28b638fa51fb5534cd75aa Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1304
-rw-r--r--single-feature-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml
index 7e509d1..317fd79 100644
--- a/single-feature-parent/pom.xml
+++ b/single-feature-parent/pom.xml
@@ -38,7 +38,7 @@ limitations under the License.
<properties>
<skip.karaf.featureTest>true</skip.karaf.featureTest>
<commons.collections.version>3.2.2</commons.collections.version>
- <snakeyaml.version>1.12</snakeyaml.version>
+ <snakeyaml.version>1.15</snakeyaml.version>
<tosca.datatype.version>1.1.0</tosca.datatype.version>
<velocity.version>1.7</velocity.version>
</properties>