Skip to content

Commit

Permalink
bump JUnit to fix GHSA-269g-pwp5-87pp
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Oct 13, 2020
1 parent 9bc1f8f commit 4ae9d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ javax.mail.version=1.5.6
jdepend.version=2.9.1
# Later versions are built with Java 7
jruby.version=1.6.8
junit.version=4.12
junit.version=4.13.1
# Later versions are built with Java 6
rhino.version=1.7R5
jsch.version=0.1.55
Expand Down
2 changes: 1 addition & 1 deletion src/etc/poms/ant-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/etc/poms/ant-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/etc/poms/ant-testutil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4ae9d1c

Please sign in to comment.