File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 149
149
150
150
151
151
<target name =" init-ivy" >
152
- <property name =" ivy.version" value =" 2.4 .0" />
152
+ <property name =" ivy.version" value =" 2.5 .0" />
153
153
<property name =" ivy.jar.url" value =" http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar" />
154
154
<property name =" ivy.jar.dir" value =" ${build.dir}/ivy" />
155
155
<property name =" ivy.jar.file" value =" ${ivy.jar.dir}/ivy.jar" />
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ netrexx.sha256=1f99f054e9b1e412d29823088f3fa7cfce90a7af25d907a60a6d7908a6b97ea4
33
33
34
34
# Versions of different libraries. Please keep in alphabetical order, except
35
35
# when a specific dependency forces them to be out-of-order
36
- ivy.version =2.4 .0
36
+ ivy.version =2.5 .0
37
37
ant-antunit.version =1.4
38
38
antlr.version =2.7.7
39
- bcel.version =6.2
39
+ bcel.version =6.4.1
40
40
bsf.version =2.4.0
41
41
bsh.version =2.0b5
42
42
commons-net.version =3.6
@@ -46,15 +46,15 @@ hamcrest-core.version=1.3
46
46
hamcrest-library.version =${hamcrest-core.version}
47
47
jai-core.version =1.1.3
48
48
jai-codec.version =1.1.3
49
+ jakarta.mail.version =1.6.4
49
50
jakarta-regexp.version =1.4
50
51
# Later versions of Tomcat provide a jspc task
51
52
jasper-compiler.version =4.1.36
52
53
jasper-runtime.version =${jasper-compiler.version}
53
- jakarta.mail.version =1.6.3
54
54
jdepend.version =2.9.1
55
55
jruby.version =1.6.8
56
- junit.version =4.12
57
- rhino.version =1.7.10
56
+ junit.version =4.13
57
+ rhino.version =1.7.11
58
58
junit-platform-launcher.version =1.2.0
59
59
# Only used for internal tests in Ant project
60
60
junit-vintage-engine.version =5.2.0
File renamed without changes.
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ <h2 id="config-files">Configuration files</h2>
362
362
363
363
< h2 id ="junit "> Testing the class</ h2 >
364
364
< p > In this step we will introduce the usage of the JUnit [3] test framework in combination with Ant. Because Ant has a
365
- built-in JUnit 4.12 you could start directly using it. Write a test class
365
+ built-in JUnit 4.13 you could start directly using it. Write a test class
366
366
in < samp > src\oata\HelloWorldTest.java</ samp > :</ p >
367
367
368
368
< pre >
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.apache.bcel</groupId >
47
47
<artifactId >bcel</artifactId >
48
- <version >6.2 </version >
48
+ <version >6.4.1 </version >
49
49
<scope >compile</scope >
50
50
</dependency >
51
51
</dependencies >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
49
49
See https://eclipse-ee4j.github.io/mail/ -->
50
50
<groupId >com.sun.mail</groupId >
51
51
<artifactId >jakarta.mail</artifactId >
52
- <version >1.6.3 </version >
52
+ <version >1.6.4 </version >
53
53
<scope >compile</scope >
54
54
</dependency >
55
55
</dependencies >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
45
45
<dependency >
46
46
<groupId >junit</groupId >
47
47
<artifactId >junit</artifactId >
48
- <version >4.12 </version >
48
+ <version >4.13 </version >
49
49
<scope >compile</scope >
50
50
</dependency >
51
51
<dependency >
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >junit</groupId >
47
47
<artifactId >junit</artifactId >
48
- <version >4.12 </version >
48
+ <version >4.13 </version >
49
49
<scope >compile</scope >
50
50
</dependency >
51
51
</dependencies >
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >junit</groupId >
48
48
<artifactId >junit</artifactId >
49
- <version >4.12 </version >
49
+ <version >4.13 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
</dependencies >
Original file line number Diff line number Diff line change 111
111
<dependency >
112
112
<groupId >junit</groupId >
113
113
<artifactId >junit</artifactId >
114
- <version >4.12 </version >
114
+ <version >4.13 </version >
115
115
<scope >test</scope >
116
116
</dependency >
117
117
<dependency >
You can’t perform that action at this time.
0 commit comments