Skip to content

Commit 4fb5958

Browse files
chore(deps): update dependency org.yaml:snakeyaml to v2 [security]
1 parent be60edc commit 4fb5958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dc-commons-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.yaml</groupId>
9090
<artifactId>snakeyaml</artifactId>
91-
<version>1.33</version>
91+
<version>2.0</version>
9292
<scope>test</scope>
9393
</dependency>
9494
</dependencies>

dc-commons-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.yaml</groupId>
105105
<artifactId>snakeyaml</artifactId>
106-
<version>1.33</version>
106+
<version>2.0</version>
107107
<scope>test</scope>
108108
</dependency>
109109
</dependencies>

dc-commons-springsecurity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.yaml</groupId>
127127
<artifactId>snakeyaml</artifactId>
128-
<version>1.33</version>
128+
<version>2.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131
</dependencies>

0 commit comments

Comments
 (0)