File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments