Skip to content

Commit

Permalink
moving junit to patched version to prevent security flaw.
Browse files Browse the repository at this point in the history
  • Loading branch information
oshoukry authored and oshoukry committed Oct 14, 2020
1 parent 807c057 commit 9af5aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
<jdk.sourceEncoding>UTF-8</jdk.sourceEncoding>
<jdk.target>1.5</jdk.target>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<log4j.version>1.2.17</log4j.version>
<maven.compiler.source>${jdk.target}</maven.compiler.source>
<maven.compiler.target>${jdk.target}</maven.compiler.target>
Expand Down

0 comments on commit 9af5aef

Please sign in to comment.