diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f71982cb..5c3e81be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 name: Set up Java ${{ matrix.java }} with: distribution: "temurin" @@ -122,7 +122,7 @@ jobs: - uses: actions/checkout@v7 with: persist-credentials: false - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 with: cache: maven distribution: temurin diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 220de3d7..ccda6547 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 with: distribution: "temurin" java-version: 17 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b99fcb8..32563638 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main') - name: Set up Maven Central Repository - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: "temurin" java-version: 17 diff --git a/parent/pom.xml b/parent/pom.xml index 12bf8869..40eb5b2a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ 4.10.0 17 6.1.0-M1 - 6.1.2 + 6.1.3 3.5.6 UTF-8 UTF-8 @@ -241,7 +241,7 @@ nl.jqno.equalsverifier equalsverifier - 4.5 + 4.5.2 test @@ -551,7 +551,7 @@ org.spdx spdx-maven-plugin - 1.0.3 + 1.0.4 build-spdx @@ -694,7 +694,7 @@ net.sourceforge.plantuml plantuml - 1.2026.6 + 1.2026.7 diff --git a/pom.xml b/pom.xml index 70eb3911..2a17e4e8 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ org.spdx spdx-maven-plugin - 1.0.3 + 1.0.4 aggregate-spdx diff --git a/product/pom.xml b/product/pom.xml index 7249c376..e3c991a4 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -141,7 +141,7 @@ org.spdx spdx-maven-plugin - 1.0.3 + 1.0.4 build JSON-LD