Skip to content

Commit de29d35

Browse files
committed
Merge branch 'develop'
2 parents 1e80d07 + dca0806 commit de29d35

File tree

2 files changed

+14
-8
lines changed

2 files changed

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

pom.xml

Lines changed: 8 additions & 8 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>71</version>
27+
<version>72</version>
2828
<packaging>pom</packaging>
2929

3030
<name>io.wcm.maven.global-parent</name>
@@ -76,7 +76,7 @@
7676
<spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version>
7777
<spotbugs-findsecbugs-plugin.version>1.14.0</spotbugs-findsecbugs-plugin.version>
7878
<pmd.version>7.17.0</pmd.version>
79-
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
79+
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
8080
<versions-maven-plugin.version>2.19.1</versions-maven-plugin.version>
8181

8282
<!-- Set to 'enabled' to activate org.eclipse.jdt.core.compiler.annotation.nullanalysis feature in eclipse settings -->
@@ -431,7 +431,7 @@
431431
<plugin>
432432
<groupId>org.apache.maven.plugins</groupId>
433433
<artifactId>maven-dependency-plugin</artifactId>
434-
<version>3.8.1</version>
434+
<version>3.9.0</version>
435435
</plugin>
436436

437437
<plugin>
@@ -531,7 +531,7 @@
531531
<plugin>
532532
<groupId>org.apache.maven.plugins</groupId>
533533
<artifactId>maven-enforcer-plugin</artifactId>
534-
<version>3.6.1</version>
534+
<version>3.6.2</version>
535535
</plugin>
536536

537537
<plugin>
@@ -593,15 +593,15 @@
593593
<dependency>
594594
<groupId>com.puppycrawl.tools</groupId>
595595
<artifactId>checkstyle</artifactId>
596-
<version>11.0.1</version>
596+
<version>12.0.1</version>
597597
</dependency>
598598
</dependencies>
599599
</plugin>
600600

601601
<plugin>
602602
<groupId>org.apache.maven.plugins</groupId>
603603
<artifactId>maven-pmd-plugin</artifactId>
604-
<version>3.27.0</version>
604+
<version>3.28.0</version>
605605
<configuration>
606606
<targetJdk>${java.version}</targetJdk>
607607
<format>xml</format>
@@ -663,7 +663,7 @@
663663
<plugin>
664664
<groupId>org.apache.maven.plugins</groupId>
665665
<artifactId>maven-scm-plugin</artifactId>
666-
<version>2.1.0</version>
666+
<version>2.2.1</version>
667667
</plugin>
668668

669669
<plugin>
@@ -816,7 +816,7 @@
816816
<plugin>
817817
<groupId>com.github.eirslett</groupId>
818818
<artifactId>frontend-maven-plugin</artifactId>
819-
<version>1.15.1</version>
819+
<version>1.15.4</version>
820820
</plugin>
821821

822822
<plugin>

0 commit comments

Comments
 (0)