diff options
author | Andrew Gauld <agauld@att.com> | 2020-07-10 14:24:15 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-07-10 14:27:07 +0000 |
commit | fdc904e28525bf714b195cc2938684f5fd0f5c66 (patch) | |
tree | bdba906d7999427ea37298ee0e008256eee86283 /mod/runtimeapi/runtime-core | |
parent | 47994e9de1a29b849e3e9423a1c8ee2df78a3589 (diff) |
Runtimeapi dependency updates
Change-Id: Ied9b193eb47554db4824238a986d48b67aabf158
Issue-ID: DCAEGEN2-2272
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r-- | mod/runtimeapi/runtime-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 7add43b..fa0abc1 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -54,7 +54,7 @@ limitations under the License. <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.23</version> + <version>1.26</version> </dependency> </dependencies> </project> |