File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 155155 <artifactId >maven-compiler-plugin</artifactId >
156156 <version >${maven-compiler-plugin.version} </version >
157157 <configuration >
158- <source >11 </source > <!-- todo: use some global project property -- >
159- <target >11 </target > <!-- todo: use some global project property -- >
158+ <source >${java.version} </source >
159+ <target >${java.version} </target >
160160 <annotationProcessorPaths >
161161 <path >
162162 <groupId >org.mapstruct</groupId >
Original file line number Diff line number Diff line change 2727 <zip4j .version>2.11.5</zip4j .version>
2828 <log4j2 .version>2.17.1</log4j2 .version>
2929 <mysql-connector-java .version>8.0.28</mysql-connector-java .version>
30- <commons-lang3 .version>3.11 </commons-lang3 .version>
31- <commons-io .version>2.8 .0</commons-io .version>
30+ <commons-lang3 .version>3.17.0 </commons-lang3 .version>
31+ <commons-io .version>2.17 .0</commons-io .version>
3232 <commons-fileupload .version>1.5</commons-fileupload .version>
3333 <httpclient .version>4.5.13</httpclient .version>
3434
You can’t perform that action at this time.
0 commit comments