From 4978e6425a7d2c3aeb86cb7cc0ab6b9fe8b189d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:28:47 +0000 Subject: [PATCH] Bump actions/setup-java from 5 to 6 in the dependencies group Bumps the dependencies group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) Bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.spdx:spdx-maven-plugin](https://github.com/spdx/spdx-maven-plugin) | `1.0.3` | `1.0.4` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` | | [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) | `4.5` | `4.5.2` | | [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) | `1.2026.6` | `1.2026.7` | Updates `org.spdx:spdx-maven-plugin` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/spdx/spdx-maven-plugin/releases) - [Commits](https://github.com/spdx/spdx-maven-plugin/compare/v1.0.3...v1.0.4) Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `nl.jqno.equalsverifier:equalsverifier` from 4.5 to 4.5.2 - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-4.5...equalsverifier-4.5.2) Updates `net.sourceforge.plantuml:plantuml` from 1.2026.6 to 1.2026.7 - [Release notes](https://github.com/plantuml/plantuml/releases) - [Changelog](https://github.com/plantuml/plantuml/blob/master/CHANGES.md) - [Commits](https://github.com/plantuml/plantuml/compare/v1.2026.6...v1.2026.7) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.spdx:spdx-maven-plugin dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: net.sourceforge.plantuml:plantuml dependency-version: 1.2026.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/release.yml | 2 +- parent/pom.xml | 8 ++++---- pom.xml | 2 +- product/pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) 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