File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 </scm >
2727 <properties >
2828 <java .version>17</java .version>
29+ <maven .compiler.source>17</maven .compiler.source>
30+ <maven .compiler.target>17</maven .compiler.target>
2931 <junit .version>5.10.2</junit .version>
3032 <mockito .version>5.11.0</mockito .version>
3133 <junit-platform .version>1.10.2</junit-platform .version>
210212 <artifactId >spring-boot-maven-plugin</artifactId >
211213 </plugin >
212214
215+ <plugin >
216+ <groupId >org.apache.maven.plugins</groupId >
217+ <artifactId >maven-compiler-plugin</artifactId >
218+ <version >3.13.0</version >
219+ <configuration >
220+ <source >17</source >
221+ <target >17</target >
222+ <release >17</release >
223+ </configuration >
224+ </plugin >
225+
213226 <!-- Configure Surefire plugin for JUnit 5 -->
214227 <plugin >
215228 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments