diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-12 15:36:36 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-12 15:36:41 -0400 |
commit | e78b9eff25270b8a83a232329db034fbb38eaa02 (patch) | |
tree | c3c8fa3494d07f3ce968042134ffa967a340e0e8 /integration | |
parent | c0b0ed6664def4ff811dd8d303e605a8e5b44346 (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>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
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 --> |