Skip to content

Commit

Permalink
bump to version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenzler committed Sep 27, 2023
1 parent c9193de commit 6a43113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accesscontroltool-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<configuration>
<excludes>
<!-- Exclude multi-version snakeyaml for Jacoco due to https://github.com/jacoco/jacoco/issues/407 -->
<exclude>snakeyaml-2.0.jar</exclude>
<exclude>snakeyaml-2.2.jar</exclude>
<exclude>tomcat-*.jar</exclude>
</excludes>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
</dependency>
<!-- due to https://bugs.openjdk.java.net/browse/JDK-8231581 OOTB JRE is not sufficient -->
<dependency>
Expand Down

0 comments on commit 6a43113

Please sign in to comment.