Skip to content

Commit 91858a7

Browse files

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<semantic-version.version>2.1.1</semantic-version.version>
4949
<slf4j.version>2.0.5</slf4j.version>
5050
<smali.version>2.5.2</smali.version>
51-
<snakeyaml.version>1.33</snakeyaml.version>
51+
<safeyaml.version>1.34.0</safeyaml.version>
5252
<treelayout.version>1.0.3</treelayout.version>
5353
<webp-imageio.version>0.2.2</webp-imageio.version>
5454
<xpp3.version>1.1.4c</xpp3.version>
@@ -95,8 +95,8 @@
9595
<version>${apktool.version}</version>
9696
<exclusions>
9797
<exclusion>
98-
<groupId>org.yaml</groupId>
99-
<artifactId>snakeyaml</artifactId>
98+
<groupId>com.konloch</groupId>
99+
<artifactId>safeyaml</artifactId>
100100
</exclusion>
101101
</exclusions>
102102
</dependency>
@@ -287,9 +287,9 @@
287287
<version>${smali.version}</version>
288288
</dependency>
289289
<dependency>
290-
<groupId>org.yaml</groupId>
291-
<artifactId>snakeyaml</artifactId>
292-
<version>${snakeyaml.version}</version>
290+
<groupId>com.konloch</groupId>
291+
<artifactId>safeyaml</artifactId>
292+
<version>${safeyaml.version}</version>
293293
</dependency>
294294
<dependency>
295295
<groupId>xpp3</groupId>

0 commit comments

Comments
 (0)