File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <maven .compiler.source>21</maven .compiler.source>
1414 <maven .compiler.target>21</maven .compiler.target>
15- <assertj .version>3.27.5 </assertj .version>
15+ <assertj .version>3.27.6 </assertj .version>
1616 </properties >
1717
1818 <dependencyManagement >
4242 <dependency >
4343 <groupId >org.mockito</groupId >
4444 <artifactId >mockito-core</artifactId >
45- <version >5.19 .0</version >
45+ <version >5.20 .0</version >
4646 <scope >test</scope >
4747 </dependency >
4848 <dependency >
6969 <plugin >
7070 <groupId >org.apache.maven.plugins</groupId >
7171 <artifactId >maven-compiler-plugin</artifactId >
72- <version >3.14.0 </version >
72+ <version >3.14.1 </version >
7373 <configuration >
7474 <source >21</source >
7575 <target >21</target >
You can’t perform that action at this time.
0 commit comments