Skip to content

Commit

Permalink
Merge pull request #13 from jensdietrich/CVE-2018-1324-fix-pom
Browse files Browse the repository at this point in the history
PoV project POM should include vulnerable version
  • Loading branch information
jensdietrich authored Sep 2, 2023
2 parents 4aa612e + f5e24b7 commit ee3c4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CVE-2018-1324/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.16.1</version>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit ee3c4c9

Please sign in to comment.