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 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
- name : Set up JDK 8
25
- uses : actions/setup-java@v3
25
+ uses : actions/setup-java@v4
26
26
with :
27
27
java-version : ' 8'
28
28
distribution : ' temurin'
Original file line number Diff line number Diff line change 176
176
<plugin >
177
177
<groupId >org.apache.maven.plugins</groupId >
178
178
<artifactId >maven-compiler-plugin</artifactId >
179
- <version >3.1 </version >
179
+ <version >3.13.0 </version >
180
180
<configuration >
181
181
<source >8</source >
182
182
<target >8</target >
187
187
<plugin >
188
188
<groupId >org.apache.maven.plugins</groupId >
189
189
<artifactId >maven-surefire-plugin</artifactId >
190
- <version >2.17 </version >
190
+ <version >3.3.1 </version >
191
191
</plugin >
192
192
<plugin >
193
193
<groupId >org.apache.maven.plugins</groupId >
194
194
<artifactId >maven-help-plugin</artifactId >
195
- <version >2.2 </version >
195
+ <version >3.4.1 </version >
196
196
</plugin >
197
197
<plugin >
198
198
<groupId >org.apache.maven.plugins</groupId >
199
199
<artifactId >maven-dependency-plugin</artifactId >
200
- <version >2.9 </version >
200
+ <version >3.7.1 </version >
201
201
<executions >
202
202
<execution >
203
203
<phase >process-sources</phase >
257
257
</execution >
258
258
</executions >
259
259
</plugin >
260
+ <plugin >
261
+ <groupId >org.codehaus.mojo</groupId >
262
+ <artifactId >versions-maven-plugin</artifactId >
263
+ <version >2.17.1</version >
264
+ </plugin >
260
265
</plugins >
261
266
</build >
262
267
287
292
<plugin >
288
293
<groupId >org.apache.maven.plugins</groupId >
289
294
<artifactId >maven-javadoc-plugin</artifactId >
290
- <version >2.10.1 </version >
295
+ <version >3.7.0 </version >
291
296
<executions >
292
297
<execution >
293
298
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments