Skip to content

Commit 66b4df1

Browse files
committed
Merge branch 'develop'
2 parents de29d35 + 303c699 commit 66b4df1

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
java: [17, 21]
18+
java: [17, 21, 25]
1919
os: [ubuntu-latest]
2020
distribution: [temurin]
2121

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-java@v5
2929
with:
3030
distribution: temurin
31-
java-version: 17
31+
java-version: 21
3232
cache: maven
3333

3434
- name: Build, verify, deploy

changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2525
<body>
2626

27+
<release version="73" date="2025-11-17">
28+
<action type="update" dev="sseifert">
29+
Update plugins and dependencies to latest versions.
30+
</action>
31+
</release>
32+
2733
<release version="72" date="2025-10-14">
2834
<action type="update" dev="sseifert">
2935
Update plugins and dependencies to latest versions.

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>io.wcm.maven</groupId>
2626
<artifactId>io.wcm.maven.global-parent</artifactId>
27-
<version>72</version>
27+
<version>73</version>
2828
<packaging>pom</packaging>
2929

3030
<name>io.wcm.maven.global-parent</name>
@@ -72,10 +72,10 @@
7272

7373
<!-- Plugin version -->
7474
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
75-
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
76-
<spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version>
75+
<maven-release-plugin.version>3.2.0</maven-release-plugin.version>
76+
<spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version>
7777
<spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version>
78-
<pmd.version>7.17.0</pmd.version>
78+
<pmd.version>7.18.0</pmd.version>
7979
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
8080
<versions-maven-plugin.version>2.19.1</versions-maven-plugin.version>
8181

@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>com.github.spotbugs</groupId>
111111
<artifactId>spotbugs-annotations</artifactId>
112-
<version>4.9.6</version>
112+
<version>4.9.8</version>
113113
<exclusions>
114114
<!-- Do not include JSR-305 annotations - the standard never got accepted, use the nullability annotations from Jetbrains instead -->
115115
<exclusion>
@@ -401,7 +401,7 @@
401401
<plugin>
402402
<groupId>org.apache.maven.plugins</groupId>
403403
<artifactId>maven-antrun-plugin</artifactId>
404-
<version>3.1.0</version>
404+
<version>3.2.0</version>
405405
</plugin>
406406

407407
<plugin>
@@ -562,7 +562,7 @@
562562
<plugin>
563563
<groupId>org.apache.maven.plugins</groupId>
564564
<artifactId>maven-jar-plugin</artifactId>
565-
<version>3.4.2</version>
565+
<version>3.5.0</version>
566566
</plugin>
567567

568568
<plugin>
@@ -593,7 +593,7 @@
593593
<dependency>
594594
<groupId>com.puppycrawl.tools</groupId>
595595
<artifactId>checkstyle</artifactId>
596-
<version>12.0.1</version>
596+
<version>12.1.2</version>
597597
</dependency>
598598
</dependencies>
599599
</plugin>
@@ -700,7 +700,7 @@
700700
<plugin>
701701
<groupId>org.apache.maven.plugins</groupId>
702702
<artifactId>maven-war-plugin</artifactId>
703-
<version>3.4.0</version>
703+
<version>3.5.0</version>
704704
</plugin>
705705

706706
<plugin>
@@ -754,7 +754,7 @@
754754
<plugin>
755755
<groupId>org.sonarsource.scanner.maven</groupId>
756756
<artifactId>sonar-maven-plugin</artifactId>
757-
<version>5.2.0.4988</version>
757+
<version>5.3.0.6276</version>
758758
</plugin>
759759

760760
<plugin>
@@ -789,7 +789,7 @@
789789
<plugin>
790790
<groupId>org.codehaus.mojo</groupId>
791791
<artifactId>xml-maven-plugin</artifactId>
792-
<version>1.1.0</version>
792+
<version>1.2.0</version>
793793
<!-- use saxon as XSLT 2.0 processor -->
794794
<dependencies>
795795
<dependency>

0 commit comments

Comments
 (0)