From 611db978b145c4a8b16ab878d9f2c21c9895f7d5 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sun, 7 Jun 2026 21:00:19 +0200 Subject: [PATCH 1/3] #wip From 0144a1deb78678ab232b953022131ae8725daf9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 19:46:22 +0000 Subject: [PATCH 2/3] Bump dependencies - jacoco version 0.8.15 - sonarqube version 7.3.1.8318 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9d34662..3c21a1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] assertj = "3.27.7" google-java-format = "1.35.0" -jacoco = "0.8.14" +jacoco = "0.8.15" japicmp = "0.4.6" junit = "6.1.0" nexus-publish = "2.0.0" result-api = "1.0.1.0" -sonarqube = "7.3.0.8198" +sonarqube = "7.3.1.8318" spotless = "8.6.0" [libraries] From 1631f0d0ce0b1e2dca37ed498cede7099a3e580f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:37:46 +0000 Subject: [PATCH 3/3] Update github actions updates --- .github/workflows/build.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- .github/workflows/dependencies.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80487e3..8e45378 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,14 +34,14 @@ jobs: # ================================ - name: Shallow clone if: ${{ !env.is_latest_jdk || env.is_fork }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ================================ # CHECKOUT # ================================ - name: Checkout git branch if: ${{ env.is_latest_jdk && !env.is_fork }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Fetch all history for all tags and branches (recommended by SonarQube) fetch-depth: 0 @@ -109,7 +109,7 @@ jobs: # ================================ - name: Cache SonarCloud packages if: ${{ env.is_latest_jdk && !env.is_fork }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: ${{ runner.os }}-sonar path: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5913f09..bee2709 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: # SHALLOW CLONE # ================================ - name: Shallow clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ================================ # SET UP CODEQL diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index a79fef6..bb44293 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -22,7 +22,7 @@ jobs: # SHALLOW CLONE # ================================ - name: Shallow clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ================================ # SET UP JDK diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 761d7f5..c4839bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: # CHECKOUT # ================================ - name: Checkout git tag - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ================================ # SET UP JDK