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 cadade5  NIFI-14718 Bump Maven to 3.9.10, JUnit to 5.13.2, Mockito to 
5.18.0 and others (#7)
cadade5 is described below

commit cadade50901869609bba443006a26669671145c0
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Jul 9 20:24:08 2025 +0200

    NIFI-14718 Bump Maven to 3.9.10, JUnit to 5.13.2, Mockito to 5.18.0 and 
others (#7)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .gitignore                            |  1 +
 .mvn/wrapper/maven-wrapper.properties |  2 +-
 pom.xml                               | 19 ++++++++++---------
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index c1606a4..f90e2df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ nb-configuration.xml
 .DS_Store
 .metadata
 .recommenders
+.checkstyle
 *.iml
 *.iws
 *.ipr
diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index d58dfb7..2f94e61 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -16,4 +16,4 @@
 # under the License.
 wrapperVersion=3.3.2
 distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
diff --git a/pom.xml b/pom.xml
index 008fa5f..fe65061 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>33</version>
+        <version>35</version>
         <relativePath/>
     </parent>
 
@@ -75,15 +75,16 @@
         <maven.compiler.release>21</maven.compiler.release>
         <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
         <minimalJavaBuildVersion>21</minimalJavaBuildVersion>
-        <minimalMavenBuildVersion>3.9.9</minimalMavenBuildVersion>
+        <minimalMavenBuildVersion>3.9.10</minimalMavenBuildVersion>
 
-        <checkstyle.version>10.18.1</checkstyle.version>
-        <junit-bom.version>5.11.0</junit-bom.version>
-        <jacoco.version>0.8.12</jacoco.version>
-        <maven-pmd-plugin.version>3.25.0</maven-pmd-plugin.version>
-        <mockito.version>5.13.0</mockito.version>
-        <pmd.version>7.10.0</pmd.version>
-        <swagger-annotations.version>2.2.23</swagger-annotations.version>
+        <checkstyle.version>10.26.1</checkstyle.version>
+        <junit-bom.version>5.13.2</junit-bom.version>
+        <jacoco.version>0.8.13</jacoco.version>
+        <maven-pmd-plugin.version>3.27.0</maven-pmd-plugin.version>
+        
<version.maven-checkstyle-plugin>3.6.0</version.maven-checkstyle-plugin>
+        <mockito.version>5.18.0</mockito.version>
+        <pmd.version>7.14.0</pmd.version>
+        <swagger-annotations.version>2.2.34</swagger-annotations.version>
     </properties>
 
     <dependencyManagement>

Reply via email to