Skip to content

Commit

Permalink
Updated dependencies to latest versions (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman authored Feb 22, 2024
1 parent d4868ad commit 1e30ce8
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 @@ -360,7 +360,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
Expand All @@ -370,12 +370,12 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.2</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.2</version>
<version>9.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -400,7 +400,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>jline</groupId>
Expand All @@ -410,7 +410,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.32</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down Expand Up @@ -450,7 +450,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>69.1</version>
<version>74.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1e30ce8

Please sign in to comment.