File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3131 <java .version>17</java .version>
3232 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3333 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34- <junit-jupiter .version>5.9.3</junit-jupiter .version>
34+
35+ <aspectj .version>1.9.20</aspectj .version>
3536 <assertj .version>3.24.2</assertj .version>
37+ <junit-jupiter .version>5.9.3</junit-jupiter .version>
3638 <log4j .version>2.20.0</log4j .version>
37-
39+ < mockito .version>5.3.1</ mockito .version>
3840 <spring .framework.version>6.0.13</spring .framework.version>
3941 </properties >
4042
182184 <dependency >
183185 <groupId >org.aspectj</groupId >
184186 <artifactId >aspectjweaver</artifactId >
185- <version >1.9.20 </version >
187+ <version >${aspectj.version} </version >
186188 <scope >test</scope >
187189 </dependency >
188190 <dependency >
189191 <groupId >org.mockito</groupId >
190192 <artifactId >mockito-core</artifactId >
191- <version >5.3.1 </version >
193+ <version >${mockito.version} </version >
192194 <scope >test</scope >
193195 </dependency >
194196 <dependency >
You can’t perform that action at this time.
0 commit comments