From a90e3c4f040f7e61e8ff33824c97855b53c0b668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:23:43 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) and [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier). Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) Updates `nl.jqno.equalsverifier:equalsverifier` from 4.2.5 to 4.3 - [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.2.5...equalsverifier-4.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-version: '4.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- parent/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb557e44..d5fbd878 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Cache SonarQube packages if: ${{ env.DEFAULT_OS == matrix.os && env.DEFAULT_JAVA == matrix.java }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -82,7 +82,7 @@ jobs: -Djava.version=${{ matrix.java }} - name: Archive oft binary - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ env.DEFAULT_OS == matrix.os && env.DEFAULT_JAVA == matrix.java }} with: name: openfasttrace-binaries @@ -96,7 +96,7 @@ jobs: run: ./oft-self-trace.sh - name: Upload self-tracing report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ env.DEFAULT_OS == matrix.os && env.DEFAULT_JAVA == matrix.java }} with: name: self-tracing-report diff --git a/parent/pom.xml b/parent/pom.xml index 1a86102c..1902200a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -208,7 +208,7 @@ org.mockito mockito-junit-jupiter - 5.20.0 + 5.21.0 test @@ -226,7 +226,7 @@ nl.jqno.equalsverifier equalsverifier - 4.2.5 + 4.3 test