File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Set up JDK 8
25- uses : actions/setup-java@v3
25+ uses : actions/setup-java@v4
2626 with :
2727 java-version : ' 8'
2828 distribution : ' temurin'
Original file line number Diff line number Diff line change 176176 <plugin >
177177 <groupId >org.apache.maven.plugins</groupId >
178178 <artifactId >maven-compiler-plugin</artifactId >
179- <version >3.1 </version >
179+ <version >3.13.0 </version >
180180 <configuration >
181181 <source >8</source >
182182 <target >8</target >
187187 <plugin >
188188 <groupId >org.apache.maven.plugins</groupId >
189189 <artifactId >maven-surefire-plugin</artifactId >
190- <version >2.17 </version >
190+ <version >3.3.1 </version >
191191 </plugin >
192192 <plugin >
193193 <groupId >org.apache.maven.plugins</groupId >
194194 <artifactId >maven-help-plugin</artifactId >
195- <version >2.2 </version >
195+ <version >3.4.1 </version >
196196 </plugin >
197197 <plugin >
198198 <groupId >org.apache.maven.plugins</groupId >
199199 <artifactId >maven-dependency-plugin</artifactId >
200- <version >2.9 </version >
200+ <version >3.7.1 </version >
201201 <executions >
202202 <execution >
203203 <phase >process-sources</phase >
257257 </execution >
258258 </executions >
259259 </plugin >
260+ <plugin >
261+ <groupId >org.codehaus.mojo</groupId >
262+ <artifactId >versions-maven-plugin</artifactId >
263+ <version >2.17.1</version >
264+ </plugin >
260265 </plugins >
261266 </build >
262267
287292 <plugin >
288293 <groupId >org.apache.maven.plugins</groupId >
289294 <artifactId >maven-javadoc-plugin</artifactId >
290- <version >2.10.1 </version >
295+ <version >3.7.0 </version >
291296 <executions >
292297 <execution >
293298 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments