File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 50
50
51
51
<!-- Test Dependencies -->
52
52
<assertj .version>3.18.1</assertj .version>
53
- <junit .jupiter.version>5.8.2 </junit .jupiter.version>
53
+ <junit .jupiter.version>5.10.0 </junit .jupiter.version>
54
54
<slf4j .version>1.7.36</slf4j .version>
55
55
<mockito .version>5.5.0</mockito .version>
56
56
</properties >
72
72
<type >pom</type >
73
73
<scope >import</scope >
74
74
</dependency >
75
+ <dependency >
76
+ <groupId >org.junit</groupId >
77
+ <artifactId >junit-bom</artifactId >
78
+ <version >${junit.jupiter.version} </version >
79
+ <type >pom</type >
80
+ <scope >import</scope >
81
+ </dependency >
75
82
</dependencies >
76
83
</dependencyManagement >
77
84
103
110
<dependency >
104
111
<groupId >org.junit.jupiter</groupId >
105
112
<artifactId >junit-jupiter</artifactId >
106
- <version >${junit.jupiter.version} </version >
107
113
<scope >test</scope >
108
114
</dependency >
109
115
<dependency >
You can’t perform that action at this time.
0 commit comments