This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-api.git


The following commit(s) were added to refs/heads/main by this push:
     new 41b0c07  NIFI-15646 Upgraded Apache POM to 37, JUnit to 6.0.3, and 
others (#71)
41b0c07 is described below

commit 41b0c077f877e335fa128cc780fda6aeb608a9a2
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Feb 25 19:20:15 2026 +0100

    NIFI-15646 Upgraded Apache POM to 37, JUnit to 6.0.3, and others (#71)
    
    - Apache POM from 35 to 37
    - Checkstyle from 11.1.0 to 13.2.0
    - JUnit BOM from 6.0.0 to 6.0.3
    - JaCoCo from 0.8.13 to 0.8.14
    - PMD Maven Plugin from 3.27.0 to 3.28.0
    - Mockito from 5.20.0 to 5.21.0
    - PMD from 7.17.0 to 7.21.0
    - Swagger from 2.2.38 to 2.2.43
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 709ff88..97c9d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>35</version>
+        <version>37</version>
         <relativePath/>
     </parent>
 
@@ -77,14 +77,14 @@
         <minimalJavaBuildVersion>21</minimalJavaBuildVersion>
         <minimalMavenBuildVersion>3.9.12</minimalMavenBuildVersion>
 
-        <checkstyle.version>11.1.0</checkstyle.version>
-        <junit-bom.version>6.0.0</junit-bom.version>
-        <jacoco.version>0.8.13</jacoco.version>
-        <maven-pmd-plugin.version>3.27.0</maven-pmd-plugin.version>
+        <checkstyle.version>13.2.0</checkstyle.version>
+        <junit-bom.version>6.0.3</junit-bom.version>
+        <jacoco.version>0.8.14</jacoco.version>
+        <maven-pmd-plugin.version>3.28.0</maven-pmd-plugin.version>
         
<version.maven-checkstyle-plugin>3.6.0</version.maven-checkstyle-plugin>
-        <mockito.version>5.20.0</mockito.version>
-        <pmd.version>7.17.0</pmd.version>
-        <swagger-annotations.version>2.2.38</swagger-annotations.version>
+        <mockito.version>5.21.0</mockito.version>
+        <pmd.version>7.21.0</pmd.version>
+        <swagger-annotations.version>2.2.43</swagger-annotations.version>
     </properties>
 
     <dependencyManagement>

Reply via email to