File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1313 - name : Set up Maven Central Repository
1414 uses : actions/setup-java@v3
1515 with :
16- java-version : ' 8 '
16+ java-version : ' 17 '
1717 distribution : ' adopt'
1818 server-id : ossrh
1919 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 2828 <maven-release-plugin .version>2.5.3</maven-release-plugin .version>
2929 <validation-version >2.0.1.Final</validation-version >
3030 <json-version >20250107</json-version >
31- <spring-web-version >6.1.14 </spring-web-version >
31+ <spring-web-version >6.2.1 </spring-web-version >
3232 <org .apache.commons-text>1.13.0</org .apache.commons-text>
3333 </properties >
3434
125125 <plugin >
126126 <groupId >org.jacoco</groupId >
127127 <artifactId >jacoco-maven-plugin</artifactId >
128- <version >0.8.5 </version >
128+ <version >0.8.8 </version >
129129 <executions >
130130 <execution >
131131 <goals >
193193 <additionalOptions >-Xdoclint:none</additionalOptions >
194194 <use >false</use >
195195 <use >false</use >
196- <source >1.8 </source >
196+ <source >17 </source >
197197 <links >
198198 <link >http://docs.oracle.com/javase/8/docs/api/</link >
199199 <link >http://docs.oracle.com/javase/8/docs/api/</link >
242242 <plugin >
243243 <groupId >org.apache.maven.plugins</groupId >
244244 <artifactId >maven-compiler-plugin</artifactId >
245- <version >3.8 .1</version >
245+ <version >3.10 .1</version >
246246 <configuration >
247- <source >1.8</source >
248- <target >1.8</target >
247+ <release >17</release >
249248 <!-- <executable>${JAVA_HOME}/bin/javac</executable>-->
250249 </configuration >
251250 </plugin >
You can’t perform that action at this time.
0 commit comments