Skip to content

Commit

Permalink
upgraded vulnerable dependency, marked others with todo
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Oct 1, 2023
1 parent 41c2bb7 commit 2129c64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
<artifactId>jmdns</artifactId>
<version>3.5.7</version>
</dependency>
<!-- TODO upgrade to new versions once they come out -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
Expand Down Expand Up @@ -208,8 +209,9 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.7</version>
<version>2.9.0</version>
</dependency>
<!-- TODO: Upgrade to next version when it comes out: CVE-2020-15250 -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
Expand Down

0 comments on commit 2129c64

Please sign in to comment.