diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-01-07 16:34:40 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-01-07 16:34:43 -0800 |
commit | 66661bfb038a5a9bd2a8992f8e17231d78808488 (patch) | |
tree | b42f1f0bc4788b527fdc7ff0d04100d18cdffd09 /single-feature-parent | |
parent | 41852a077ca6ebb78dbfe81261c738fd774379f2 (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
Diffstat (limited to 'single-feature-parent')
-rw-r--r-- | single-feature-parent/pom.xml | 2 |
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> |