1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Update snakeyaml to fix security vulnerability (#2878)

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Sven Merk
2021-06-09 12:59:01 +02:00
committed by GitHub
parent 911d4bc770
commit def816247a

View File

@@ -122,7 +122,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.19</version>
<version>1.26</version>
<scope>test</scope>
</dependency>