Skip to content

Commit

Permalink
update to Snakeyaml 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Jun 8, 2021
1 parent 2f71714 commit 74d47fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

<dependencyManagement>
<dependencies>
<!-- Runtime dependencies should be AEM 6.1 compatible -->
<!-- Runtime dependencies should be AEM 6.4 compatible -->
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
Expand All @@ -119,7 +119,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.27</version>
<version>1.28</version>
</dependency>
<!-- due to https://bugs.openjdk.java.net/browse/JDK-8231581 OOTB JRE is not sufficient -->
<dependency>
Expand Down

0 comments on commit 74d47fe

Please sign in to comment.