Skip to content

Commit ec14ac8

Browse files
committed
Merge branch 'develop'
2 parents d98f412 + 02f0f0a commit ec14ac8

File tree

2 files changed

+20
-14
lines changed

2 files changed

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

pom.xml

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

3030
<name>io.wcm.maven.global-parent</name>
@@ -74,10 +74,9 @@
7474
<!-- Plugin version -->
7575
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
7676
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
77-
<spotbugs-plugin.version>4.9.3.0</spotbugs-plugin.version>
78-
<!-- Stick with version 1.12.0 until the fix for https://github.com/find-sec-bugs/find-sec-bugs/issues/727 is released -->
79-
<spotbugs-findsecbugs-plugin.version>1.12.0</spotbugs-findsecbugs-plugin.version>
80-
<pmd.version>7.13.0</pmd.version>
77+
<spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version>
78+
<spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version>
79+
<pmd.version>7.15.0</pmd.version>
8180
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
8281
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
8382

@@ -421,7 +420,7 @@
421420
<plugin>
422421
<groupId>org.apache.maven.plugins</groupId>
423422
<artifactId>maven-clean-plugin</artifactId>
424-
<version>3.4.1</version>
423+
<version>3.5.0</version>
425424
</plugin>
426425

427426
<plugin>
@@ -533,7 +532,7 @@
533532
<plugin>
534533
<groupId>org.apache.maven.plugins</groupId>
535534
<artifactId>maven-enforcer-plugin</artifactId>
536-
<version>3.5.0</version>
535+
<version>3.6.1</version>
537536
</plugin>
538537

539538
<plugin>
@@ -552,7 +551,7 @@
552551
<plugin>
553552
<groupId>org.apache.maven.plugins</groupId>
554553
<artifactId>maven-gpg-plugin</artifactId>
555-
<version>3.2.7</version>
554+
<version>3.2.8</version>
556555
</plugin>
557556

558557
<plugin>
@@ -595,15 +594,15 @@
595594
<dependency>
596595
<groupId>com.puppycrawl.tools</groupId>
597596
<artifactId>checkstyle</artifactId>
598-
<version>10.24.0</version>
597+
<version>10.26.1</version>
599598
</dependency>
600599
</dependencies>
601600
</plugin>
602601

603602
<plugin>
604603
<groupId>org.apache.maven.plugins</groupId>
605604
<artifactId>maven-pmd-plugin</artifactId>
606-
<version>3.26.0</version>
605+
<version>3.27.0</version>
607606
<configuration>
608607
<targetJdk>${java.version}</targetJdk>
609608
<format>xml</format>
@@ -722,13 +721,13 @@
722721
<plugin>
723722
<groupId>org.apache.maven.plugins</groupId>
724723
<artifactId>maven-invoker-plugin</artifactId>
725-
<version>3.9.0</version>
724+
<version>3.9.1</version>
726725
</plugin>
727726

728727
<plugin>
729728
<groupId>org.codehaus.mojo</groupId>
730729
<artifactId>build-helper-maven-plugin</artifactId>
731-
<version>3.6.0</version>
730+
<version>3.6.1</version>
732731
</plugin>
733732

734733
<plugin>
@@ -832,13 +831,13 @@
832831
<plugin>
833832
<groupId>org.codehaus.mojo</groupId>
834833
<artifactId>license-maven-plugin</artifactId>
835-
<version>2.5.0</version>
834+
<version>2.6.0</version>
836835
</plugin>
837836

838837
<plugin>
839838
<groupId>org.sonatype.central</groupId>
840839
<artifactId>central-publishing-maven-plugin</artifactId>
841-
<version>0.7.0</version>
840+
<version>0.8.0</version>
842841
</plugin>
843842

844843
<plugin>
@@ -1252,6 +1251,7 @@
12521251
<extensions>true</extensions>
12531252
<configuration>
12541253
<publishingServerId>sonatype-central</publishingServerId>
1254+
<deploymentName>${project.artifactId} ${project.version}</deploymentName>
12551255
</configuration>
12561256
</plugin>
12571257
</plugins>

0 commit comments

Comments
 (0)