Skip to content

Commit 94fd092

Browse files
committed
Update to SnakeYaml 2.4
This closes #805
1 parent 877de8e commit 94fd092

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

accesscontroltool-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
<configuration>
373373
<excludes>
374374
<!-- Exclude multi-version snakeyaml for Jacoco due to https://github.com/jacoco/jacoco/issues/407 -->
375-
<exclude>snakeyaml-2.2.jar</exclude>
375+
<exclude>snakeyaml-*.jar</exclude>
376376
<exclude>tomcat-*.jar</exclude>
377377
</excludes>
378378
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>org.yaml</groupId>
174174
<artifactId>snakeyaml</artifactId>
175-
<version>2.2</version>
175+
<version>2.4</version>
176176
</dependency>
177177
<!-- due to https://bugs.openjdk.java.net/browse/JDK-8231581 OOTB JRE is not sufficient -->
178178
<dependency>
@@ -491,7 +491,7 @@
491491
<plugin>
492492
<groupId>org.jacoco</groupId>
493493
<artifactId>jacoco-maven-plugin</artifactId>
494-
<version>0.8.12</version>
494+
<version>0.8.13</version>
495495
</plugin>
496496
<plugin>
497497
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)