Skip to content

Commit 4a6aa49

Browse files
committed
Merge branch 'develop'
2 parents ec14ac8 + 4c950f4 commit 4a6aa49

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

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="67" date="2025-09-19">
28+
<action type="update" dev="sseifert">
29+
Update plugins and dependencies to latest versions.
30+
</action>
31+
</release>
32+
2733
<release version="66" date="2025-07-25">
2834
<action type="update" dev="sseifert">
2935
Update plugins and dependencies to latest versions.

pom.xml

Lines changed: 10 additions & 10 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>66</version>
27+
<version>67</version>
2828
<packaging>pom</packaging>
2929

3030
<name>io.wcm.maven.global-parent</name>
@@ -72,13 +72,13 @@
7272
<distribution.releaseRepositoryUrl>https://central.sonatype.com</distribution.releaseRepositoryUrl>
7373

7474
<!-- Plugin version -->
75-
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
75+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
7676
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
77-
<spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version>
77+
<spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version>
7878
<spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version>
79-
<pmd.version>7.15.0</pmd.version>
79+
<pmd.version>7.17.0</pmd.version>
8080
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
81-
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
81+
<versions-maven-plugin.version>2.19.0</versions-maven-plugin.version>
8282

8383
<!-- Set to 'enabled' to activate org.eclipse.jdt.core.compiler.annotation.nullanalysis feature in eclipse settings -->
8484
<eclipse.settings.nullanalysis>disabled</eclipse.settings.nullanalysis>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.jetbrains</groupId>
101101
<artifactId>annotations</artifactId>
102-
<version>26.0.2</version>
102+
<version>26.0.2-1</version>
103103
</dependency>
104104

105105
<!--
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.github.spotbugs</groupId>
112112
<artifactId>spotbugs-annotations</artifactId>
113-
<version>4.9.3</version>
113+
<version>4.9.6</version>
114114
<exclusions>
115115
<!-- Do not include JSR-305 annotations - the standard never got accepted, use the nullability annotations from Jetbrains instead -->
116116
<exclusion>
@@ -569,7 +569,7 @@
569569
<plugin>
570570
<groupId>org.apache.maven.plugins</groupId>
571571
<artifactId>maven-javadoc-plugin</artifactId>
572-
<version>3.11.2</version>
572+
<version>3.11.3</version>
573573
</plugin>
574574

575575
<plugin>
@@ -672,7 +672,7 @@
672672
<plugin>
673673
<groupId>org.apache.maven.plugins</groupId>
674674
<artifactId>maven-shade-plugin</artifactId>
675-
<version>3.6.0</version>
675+
<version>3.6.1</version>
676676
</plugin>
677677

678678
<plugin>
@@ -757,7 +757,7 @@
757757
<plugin>
758758
<groupId>org.sonarsource.scanner.maven</groupId>
759759
<artifactId>sonar-maven-plugin</artifactId>
760-
<version>5.1.0.4751</version>
760+
<version>5.2.0.4988</version>
761761
</plugin>
762762

763763
<plugin>

0 commit comments

Comments
 (0)