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 f18b980 NIFI-15778 Bump to Maven 3.9.14, and others (#81)
f18b980 is described below
commit f18b980dd54605353d90d30df9f40684c08ab39f
Author: Pierre Villard <[email protected]>
AuthorDate: Wed Apr 1 17:38:14 2026 +0200
NIFI-15778 Bump to Maven 3.9.14, and others (#81)
Signed-off-by: David Handermann <[email protected]>
---
.mvn/wrapper/maven-wrapper.properties | 4 ++--
pom.xml | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.mvn/wrapper/maven-wrapper.properties
b/.mvn/wrapper/maven-wrapper.properties
index 6e0d8da..bb55983 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,6 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-wrapperVersion=3.3.2
+wrapperVersion=3.3.4
distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip
diff --git a/pom.xml b/pom.xml
index edb1272..c635008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,16 +75,16 @@
<maven.compiler.release>21</maven.compiler.release>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<minimalJavaBuildVersion>21</minimalJavaBuildVersion>
- <minimalMavenBuildVersion>3.9.12</minimalMavenBuildVersion>
+ <minimalMavenBuildVersion>3.9.14</minimalMavenBuildVersion>
- <checkstyle.version>13.2.0</checkstyle.version>
+ <checkstyle.version>13.4.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.21.0</mockito.version>
- <pmd.version>7.22.0</pmd.version>
- <swagger-annotations.version>2.2.43</swagger-annotations.version>
+ <mockito.version>5.23.0</mockito.version>
+ <pmd.version>7.23.0</pmd.version>
+ <swagger-annotations.version>2.2.46</swagger-annotations.version>
</properties>
<dependencyManagement>