Skip to content

Commit

Permalink
[pom] Patch insecure bcel in clirr plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 4, 2023
1 parent a6ffd06 commit f86390c
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 @@ -876,6 +876,13 @@
<failOnError>false</failOnError>
<failOnWarning>false</failOnWarning>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>6.7.0</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit f86390c

Please sign in to comment.