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 56a89c8  NIFI-16164 Upgraded Checkstyle to 13.9.0, PMD, JUnit, Swagger 
(#103)
56a89c8 is described below

commit 56a89c856396e65eb6824b89a9944fac14c9eb8d
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Aug 3 18:03:28 2026 +0200

    NIFI-16164 Upgraded Checkstyle to 13.9.0, PMD, JUnit, Swagger (#103)
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a2e028..69569f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,14 +77,14 @@
         <minimalJavaBuildVersion>21</minimalJavaBuildVersion>
         <minimalMavenBuildVersion>3.9.14</minimalMavenBuildVersion>
 
-        <checkstyle.version>13.4.0</checkstyle.version>
-        <junit-bom.version>6.0.3</junit-bom.version>
-        <jacoco.version>0.8.14</jacoco.version>
+        <checkstyle.version>13.9.0</checkstyle.version>
+        <junit-bom.version>6.1.2</junit-bom.version>
+        <jacoco.version>0.8.15</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.23.0</mockito.version>
-        <pmd.version>7.23.0</pmd.version>
-        <swagger-annotations.version>2.2.46</swagger-annotations.version>
+        <pmd.version>7.26.0</pmd.version>
+        <swagger-annotations.version>2.2.53</swagger-annotations.version>
     </properties>
 
     <dependencyManagement>

Reply via email to