Skip to content

Commit

Permalink
Upgrade snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Apr 16, 2024
1 parent e50c083 commit 5a55329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,16 @@
<groupId>com.boundary</groupId>
<artifactId>high-scale-lib</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>1.33</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit 5a55329

Please sign in to comment.