Skip to content

Commit f48fcb5

Browse files
committed
upgrade
1 parent 2b7f5ca commit f48fcb5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
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
1818
distributionType=only-script
1919
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
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

@@ -98,7 +98,7 @@
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>
@@ -170,7 +170,7 @@
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>

0 commit comments

Comments
 (0)