diff --git a/check.xml b/check.xml index c72f3e8b4..ca52fb0c9 100644 --- a/check.xml +++ b/check.xml @@ -149,7 +149,7 @@ - + diff --git a/lib/libraries.properties b/lib/libraries.properties index 4cad5ec05..87fe3cc4d 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -33,10 +33,10 @@ netrexx.sha256=1f99f054e9b1e412d29823088f3fa7cfce90a7af25d907a60a6d7908a6b97ea4 # Versions of different libraries. Please keep in alphabetical order, except # when a specific dependency forces them to be out-of-order -ivy.version=2.4.0 +ivy.version=2.5.0 ant-antunit.version=1.4 antlr.version=2.7.7 -bcel.version=6.2 +bcel.version=6.4.1 bsf.version=2.4.0 bsh.version=2.0b5 commons-net.version=3.6 @@ -46,15 +46,15 @@ hamcrest-core.version=1.3 hamcrest-library.version=${hamcrest-core.version} jai-core.version=1.1.3 jai-codec.version=1.1.3 +jakarta.mail.version=1.6.4 jakarta-regexp.version=1.4 # Later versions of Tomcat provide a jspc task jasper-compiler.version=4.1.36 jasper-runtime.version=${jasper-compiler.version} -jakarta.mail.version=1.6.3 jdepend.version=2.9.1 jruby.version=1.6.8 -junit.version=4.12 -rhino.version=1.7.10 +junit.version=4.13 +rhino.version=1.7.11 junit-platform-launcher.version=1.2.0 # Only used for internal tests in Ant project junit-vintage-engine.version=5.2.0 diff --git a/lib/optional/junit-4.12.jar b/lib/optional/junit-4.12.jar deleted file mode 100644 index 3a7fc266c..000000000 Binary files a/lib/optional/junit-4.12.jar and /dev/null differ diff --git a/lib/optional/junit-4.13.jar b/lib/optional/junit-4.13.jar new file mode 100644 index 000000000..acc3c4320 Binary files /dev/null and b/lib/optional/junit-4.13.jar differ diff --git a/manual/tutorial-HelloWorldWithAnt.html b/manual/tutorial-HelloWorldWithAnt.html index 99e61a650..dc244f470 100644 --- a/manual/tutorial-HelloWorldWithAnt.html +++ b/manual/tutorial-HelloWorldWithAnt.html @@ -362,7 +362,7 @@ start the application from that directory and these files will included into the

Testing the class

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.12 you could start directly using it. Write a test class +built-in JUnit 4.13 you could start directly using it. Write a test class in src\oata\HelloWorldTest.java:

diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml
index ca842da43..5320ad242 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -45,7 +45,7 @@
     
       org.apache.bcel
       bcel
-      6.2
+      6.4.1
       compile
     
   
diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml
index 43c9e8ce6..61ed3419c 100644
--- a/src/etc/poms/ant-javamail/pom.xml
+++ b/src/etc/poms/ant-javamail/pom.xml
@@ -49,7 +49,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
       See https://eclipse-ee4j.github.io/mail/ -->
       com.sun.mail
       jakarta.mail
-      1.6.3
+      1.6.4
       compile
     
   
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index 394b2d3e7..ce8f2137a 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
     
       junit
       junit
-      4.12
+      4.13
       compile
     
     
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
index 74e8d0c37..8c897f40a 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -45,7 +45,7 @@
         
             junit
             junit
-            4.12
+            4.13
             compile
         
     
diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml
index 96a06ab17..fe3adc9ee 100644
--- a/src/etc/poms/ant-testutil/pom.xml
+++ b/src/etc/poms/ant-testutil/pom.xml
@@ -46,7 +46,7 @@
      
       junit
       junit
-      4.12
+      4.13
       compile
     
   
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index 9b964eeb3..5f3a59040 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -111,7 +111,7 @@
      
       junit
       junit
-      4.12
+      4.13
       test