aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-12 15:36:36 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-12 15:36:41 -0400
commite78b9eff25270b8a83a232329db034fbb38eaa02 (patch)
treec3c8fa3494d07f3ce968042134ffa967a340e0e8
parentc0b0ed6664def4ff811dd8d303e605a8e5b44346 (diff)
Upgrade snakeyaml to 1.26
I have tested compilation with all the other repos and this seems to work fine. Issue-ID: POLICY-2427 Change-Id: Iadf8ee26ccbd05aea6253a69abe3fe75e2531cd4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 8fcd6eed..2cf71855 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -333,7 +333,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.25</version>
+ <version>1.26</version>
</dependency>
<!-- Drools -->