Skip to content

Commit

Permalink
Set Snakeyaml to 1.33 in parent pom (#16382)
Browse files Browse the repository at this point in the history
Closes #15339
  • Loading branch information
stianst committed Jan 12, 2023
1 parent 9945135 commit 0319e0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,11 @@
<dependencyManagement>

<dependencies>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-dependencies-admin-ui-wrapper</artifactId>
Expand Down

0 comments on commit 0319e0f

Please sign in to comment.