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

pvillard31 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 d32eb66  NIFI-16255 Upgraded setup-java to 6 and other dependencies 
(#106)
d32eb66 is described below

commit d32eb663370d392c85404f5ede4e9e8761746fd2
Author: David Handermann <[email protected]>
AuthorDate: Wed Aug 26 11:45:20 2026 -0500

    NIFI-16255 Upgraded setup-java to 6 and other dependencies (#106)
    
    - Upgraded Apache Parent from 37 to 39
    - Upgraded setup-java from 4 to 6
    - Upgraded checkout from 4 to 7
    - Upgraded JUnit from 6.1.2 to 6.1.3
    - Upgraded Checkstyle from 13.9.0 to 14.0.0
---
 .github/workflows/build.yml | 4 ++--
 pom.xml                     | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b9f7518..6b8f643 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,9 +17,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Sources
-        uses: actions/checkout@v4
+        uses: actions/checkout@v7
       - name: Setup Java JDK
-        uses: actions/setup-java@v4
+        uses: actions/setup-java@v6
         with:
           java-version: '21'
           distribution: 'liberica'
diff --git a/pom.xml b/pom.xml
index 69569f7..88cf10c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>37</version>
+        <version>39</version>
         <relativePath/>
     </parent>
 
@@ -75,10 +75,10 @@
         <maven.compiler.release>21</maven.compiler.release>
         <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
         <minimalJavaBuildVersion>21</minimalJavaBuildVersion>
-        <minimalMavenBuildVersion>3.9.14</minimalMavenBuildVersion>
+        <minimalMavenBuildVersion>3.9.16</minimalMavenBuildVersion>
 
-        <checkstyle.version>13.9.0</checkstyle.version>
-        <junit-bom.version>6.1.2</junit-bom.version>
+        <checkstyle.version>14.0.0</checkstyle.version>
+        <junit-bom.version>6.1.3</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>

Reply via email to