File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<maven .compiler.source>17</maven .compiler.source>
14
14
<maven .compiler.target>17</maven .compiler.target>
15
- <assertj .version>3.23.1 </assertj .version>
15
+ <assertj .version>3.25.3 </assertj .version>
16
16
</properties >
17
17
18
18
<dependencyManagement >
19
19
<dependencies >
20
20
<dependency >
21
21
<groupId >org.junit</groupId >
22
22
<artifactId >junit-bom</artifactId >
23
- <version >5.8 .2</version >
23
+ <version >5.10 .2</version >
24
24
<type >pom</type >
25
25
<scope >import</scope >
26
26
</dependency >
31
31
<dependency >
32
32
<groupId >org.junit.jupiter</groupId >
33
33
<artifactId >junit-jupiter</artifactId >
34
- <version >5.9.0 </version >
34
+ <version >5.10.2 </version >
35
35
<scope >test</scope >
36
36
</dependency >
37
37
<dependency >
44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter-api</artifactId >
47
- <version >5.9.0 </version >
47
+ <version >5.10.2 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.apache.commons</groupId >
52
52
<artifactId >commons-lang3</artifactId >
53
- <version >3.12 .0</version >
53
+ <version >3.14 .0</version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >org.apache.commons</groupId >
57
57
<artifactId >commons-collections4</artifactId >
58
- <version >4.4 </version >
58
+ <version >4.5.0-M1 </version >
59
59
</dependency >
60
60
</dependencies >
61
61
You can’t perform that action at this time.
0 commit comments