Skip to content

Commit

Permalink
Revert accidentally committed change
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Jul 7, 2022
1 parent 50a7520 commit 4021093
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
<version>3.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- fix CVE-2021-29425 -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<!-- this is to support use of Groovysh (Groovy jars don't include) -->
<groupId>org.fusesource.jansi</groupId>
Expand Down

0 comments on commit 4021093

Please sign in to comment.