Stefan Bodewig 4 years ago
parent
commit
4ae9d1cd60
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      lib/libraries.properties
  2. +1
    -1
      src/etc/poms/ant-junit/pom.xml
  3. +1
    -1
      src/etc/poms/ant-junit4/pom.xml
  4. +1
    -1
      src/etc/poms/ant-testutil/pom.xml

+ 1
- 1
lib/libraries.properties View File

@@ -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


+ 1
- 1
src/etc/poms/ant-junit/pom.xml View File

@@ -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>


+ 1
- 1
src/etc/poms/ant-junit4/pom.xml View File

@@ -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>


+ 1
- 1
src/etc/poms/ant-testutil/pom.xml View File

@@ -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>


Loading…
Cancel
Save