File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- java-version : [24 , 21, 17]
12+ java-version : [25 , 21, 17]
1313
1414 steps :
1515 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- wrapperVersion =3.3.2
17+ wrapperVersion =3.3.4
1818distributionType =only-script
1919distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
Original file line number Diff line number Diff line change 6363 <dependency >
6464 <groupId >org.junit.jupiter</groupId >
6565 <artifactId >junit-jupiter-api</artifactId >
66- <version >6.0.0-RC2 </version >
66+ <version >6.0.0</version >
6767 <scope >test</scope >
6868 </dependency >
6969 <dependency >
7070 <groupId >org.junit.jupiter</groupId >
7171 <artifactId >junit-jupiter-engine</artifactId >
72- <version >6.0.0-RC2 </version >
72+ <version >6.0.0</version >
7373 <scope >test</scope >
7474 </dependency >
7575
7676 <dependency >
7777 <groupId >org.junit.platform</groupId >
7878 <artifactId >junit-platform-launcher</artifactId >
79- <version >6.0.0-RC2 </version >
79+ <version >6.0.0</version >
8080 <scope >test</scope >
8181 </dependency >
8282
9898 <plugin >
9999 <groupId >org.sonatype.central</groupId >
100100 <artifactId >central-publishing-maven-plugin</artifactId >
101- <version >0.8 .0</version >
101+ <version >0.9 .0</version >
102102 <extensions >true</extensions >
103103 <configuration >
104104 <publishingServerId >central</publishingServerId >
170170 <plugin >
171171 <groupId >org.apache.maven.plugins</groupId >
172172 <artifactId >maven-surefire-plugin</artifactId >
173- <version >3.5.3 </version >
173+ <version >3.5.4 </version >
174174 <configuration >
175175 <includes >
176176 <include >**/*Test.java</include >
You can’t perform that action at this time.
0 commit comments