Skip to content

Commit

Permalink
bumped dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BlvckBytes committed Nov 1, 2023
1 parent c9a7aad commit 5a6f3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.2</version>
</dependency>

<!-- JUnit: Used for testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.0</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5a6f3fa

Please sign in to comment.