Skip to content

Commit

Permalink
Upgrade JUnit to 4.13.1 (#1335)
Browse files Browse the repository at this point in the history
This change updates JUnit to 4.13.1 to address a published security issue.
  • Loading branch information
kdavisk6 committed Dec 22, 2020
1 parent 6f1b01a commit fd7eab9
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 @@ -77,7 +77,7 @@
<slf4j.version>1.7.13</slf4j.version>
<bouncy.version>1.60</bouncy.version>

<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<jackson.version>2.10.0.pr3</jackson.version>
<jackson.databind.version>2.10.0.pr3</jackson.databind.version>
<assertj.version>3.10.0</assertj.version>
Expand Down

0 comments on commit fd7eab9

Please sign in to comment.