Skip to content

Commit

Permalink
Update external libraries to fix security issues (#233)
Browse files Browse the repository at this point in the history
* Update opencsv to 5.9

* Update groovy to 3.0.22
  • Loading branch information
lukfor committed Jul 13, 2024
1 parent 04fa9a8 commit 26c9edd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.19</version>
<version>3.0.22</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-nio</artifactId>
<version>3.0.19</version>
<version>3.0.22</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-yaml</artifactId>
<version>3.0.19</version>
<version>3.0.22</version>
</dependency>

<dependency>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.5.2</version>
<version>5.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 26c9edd

Please sign in to comment.