Skip to content

Commit ba20578

Browse files
chore(deps): update dependency org.yaml:snakeyaml to v2 [security]
1 parent 491e6bb commit ba20578

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
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.yaml</groupId>
9292
<artifactId>snakeyaml</artifactId>
93-
<version>1.33</version>
93+
<version>2.0</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>

dc-commons-springboot/pom.xml

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

dc-commons-springsecurity/pom.xml

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

0 commit comments

Comments
 (0)