Update snakeyaml -> v2.0 27/134327/2 1.5.0
authorPatrikBuhr <patrik.buhr@est.tech>
Tue, 25 Apr 2023 13:11:04 +0000 (15:11 +0200)
committerPatrik Buhr <patrik.buhr@est.tech>
Wed, 26 Apr 2023 05:34:08 +0000 (05:34 +0000)
Temporary fix to get rid of a vulnerability.

Issue-ID: CCSDK-3894
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I4777427a18d0358375bbbe9a53ba56a7e832179c

a1-policy-management/pom.xml

index 3450d43..f3107ec 100644 (file)
         <allowskiptests>false</allowskiptests>
     </properties>
     <dependencies>
+        <dependency>
+            <!-- Temporary until version 2 is included by the parent spring-boot-starter-parent  -->
+            <groupId>org.yaml</groupId>
+            <artifactId>snakeyaml</artifactId>
+            <version>2.0</version>
+        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot</artifactId>