File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
12- <artifactId >java-java15 </artifactId >
12+ <artifactId >java-java17 </artifactId >
1313
1414</project >
Original file line number Diff line number Diff line change 2020 <module >java-generics</module >
2121 <!-- <module>java-java9</module>-->
2222 <!-- <module>java-junit5</module>-->
23- <module >java-java15 </module >
23+ <module >java-java17 </module >
2424 </modules >
2525
2626 <dependencyManagement >
9898 <groupId >org.apache.maven.plugins</groupId >
9999 <artifactId >maven-compiler-plugin</artifactId >
100100 <configuration >
101- <source >15</source >
102- <target >15</target >
103- <compilerArgs >--enable-preview</compilerArgs >
101+ <source >17</source >
102+ <target >17</target >
104103 </configuration >
105104 </plugin >
106105 </plugins >
109108 <properties >
110109 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
111110 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
112- <java .version>15 </java .version>
113- <maven .compiler.source>15 </maven .compiler.source>
114- <maven .compiler.target>15 </maven .compiler.target>
111+ <java .version>17 </java .version>
112+ <maven .compiler.source>17 </maven .compiler.source>
113+ <maven .compiler.target>17 </maven .compiler.target>
115114
116115 <junit-plataform .version>5.6.1</junit-plataform .version>
117116 <mockito-junit-jupiter .version>3.3.3</mockito-junit-jupiter .version>
118117 <hamcrest .version>2.2</hamcrest .version>
119118
120- <lombok .version>1.18.12 </lombok .version>
119+ <lombok .version>1.18.22 </lombok .version>
121120 <apache .commons-lang3.version>3.10</apache .commons-lang3.version>
122121 <apache .commons-text.version>1.8</apache .commons-text.version>
123122 <validation-api .version>2.0.0.Final</validation-api .version>
You can’t perform that action at this time.
0 commit comments