Set Snakeyaml to 1.33 in parent pom (#16382)

Closes #15339
This commit is contained in:
Stian Thorgersen 2023-01-12 06:52:16 +01:00 committed by GitHub
parent 9945135861
commit 0319e0f8c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>