Skip to content

Commit

Permalink
Swap to SafeYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Feb 22, 2023
1 parent 4629cda commit 91858a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<semantic-version.version>2.1.1</semantic-version.version>
<slf4j.version>2.0.5</slf4j.version>
<smali.version>2.5.2</smali.version>
<snakeyaml.version>1.33</snakeyaml.version>
<safeyaml.version>1.34.0</safeyaml.version>
<treelayout.version>1.0.3</treelayout.version>
<webp-imageio.version>0.2.2</webp-imageio.version>
<xpp3.version>1.1.4c</xpp3.version>
Expand Down Expand Up @@ -95,8 +95,8 @@
<version>${apktool.version}</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<groupId>com.konloch</groupId>
<artifactId>safeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -287,9 +287,9 @@
<version>${smali.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<groupId>com.konloch</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
</dependency>
<dependency>
<groupId>xpp3</groupId>
Expand Down

0 comments on commit 91858a7

Please sign in to comment.