File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 java-version : [25, 21, 17]
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up Java ${{ matrix.java-version }}
1717 uses : actions/setup-java@v5
1818 with :
Original file line number Diff line number Diff line change 1616# under the License.
1717wrapperVersion =3.3.4
1818distributionType =only-script
19- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14 /apache-maven-3.9.14 -bin.zip
19+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.15 /apache-maven-3.9.15 -bin.zip
Original file line number Diff line number Diff line change 155155 <plugin >
156156 <groupId >org.apache.maven.plugins</groupId >
157157 <artifactId >maven-source-plugin</artifactId >
158- <version >3.3.1 </version >
158+ <version >3.4.0 </version >
159159 <executions >
160160 <execution >
161161 <id >attach-sources</id >
185185 <plugin >
186186 <groupId >org.apache.maven.plugins</groupId >
187187 <artifactId >maven-jar-plugin</artifactId >
188- <version >3.4.2 </version >
188+ <version >3.5.0 </version >
189189 <configuration >
190190 <archive >
191191 <manifestEntries >
198198 <plugin >
199199 <groupId >org.apache.maven.plugins</groupId >
200200 <artifactId >maven-javadoc-plugin</artifactId >
201- <version >3.11.3 </version >
201+ <version >3.12.0 </version >
202202 <configuration >
203203 <additionalOptions >-Xdoclint:none</additionalOptions >
204204 </configuration >
257257 <groupId >org.apache.maven.plugins</groupId >
258258 <artifactId >maven-surefire-plugin</artifactId >
259259 <configuration >
260- <excludes />
260+ <excludes />
261261 </configuration >
262262 </plugin >
263263 </plugins >
You can’t perform that action at this time.
0 commit comments