@@ -55,7 +55,7 @@ jasper-compiler.version=4.1.36 | |||||
jasper-runtime.version=${jasper-compiler.version} | jasper-runtime.version=${jasper-compiler.version} | ||||
jdepend.version=2.9.1 | jdepend.version=2.9.1 | ||||
jruby.version=1.6.8 | jruby.version=1.6.8 | ||||
junit.version=4.13 | |||||
junit.version=4.13.1 | |||||
rhino.version=1.7.11 | rhino.version=1.7.11 | ||||
junit-platform-launcher.version=1.2.0 | junit-platform-launcher.version=1.2.0 | ||||
# Only used for internal tests in Ant project | # Only used for internal tests in Ant project | ||||
@@ -361,7 +361,7 @@ start the application from that directory and these files will included into the | |||||
<h2 id="junit">Testing the class</h2> | <h2 id="junit">Testing the class</h2> | ||||
<p>In this step we will introduce the usage of the JUnit [3] test framework in combination with Ant. Because Ant has a | <p>In this step we will introduce the usage of the JUnit [3] test framework in combination with Ant. Because Ant has a | ||||
built-in JUnit 4.13 you could start directly using it. Write a test class | |||||
built-in JUnit 4.13.1 you could start directly using it. Write a test class | |||||
in <samp>src\oata\HelloWorldTest.java</samp>:</p> | in <samp>src\oata\HelloWorldTest.java</samp>:</p> | ||||
<pre> | <pre> | ||||
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m | |||||
<dependency> | <dependency> | ||||
<groupId>junit</groupId> | <groupId>junit</groupId> | ||||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | ||||
<version>4.13</version> | |||||
<version>4.13.1</version> | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
@@ -45,7 +45,7 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>junit</groupId> | <groupId>junit</groupId> | ||||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | ||||
<version>4.13</version> | |||||
<version>4.13.1</version> | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
</dependencies> | </dependencies> | ||||
@@ -46,7 +46,7 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>junit</groupId> | <groupId>junit</groupId> | ||||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | ||||
<version>4.13</version> | |||||
<version>4.13.1</version> | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
</dependencies> | </dependencies> | ||||
@@ -111,7 +111,7 @@ | |||||
<dependency> | <dependency> | ||||
<groupId>junit</groupId> | <groupId>junit</groupId> | ||||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | ||||
<version>4.13</version> | |||||
<version>4.13.1</version> | |||||
<scope>test</scope> | <scope>test</scope> | ||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||