From f0474145b993950e6a65aa138b5129c9d836558a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9da=20Housni=20Alaoui?= Date: Thu, 5 Mar 2026 10:18:00 +0100 Subject: [PATCH 1/2] Revert "Bump com.google.googlejavaformat:google-java-format from 1.28.0 to 1.34.1 (#337)" This reverts commit 7306b96f4260cf4fbc173a16808cbe07c9fe9b63. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97e23ea..3427000 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 5.13.1.202206130422-r 0.8.13 3.1.1 - 1.35.0 + 1.28.0 From d7a0685916423d1e5aef7a761d6fe332a705e8b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9da=20Housni=20Alaoui?= Date: Thu, 5 Mar 2026 10:18:05 +0100 Subject: [PATCH 2/2] Revert "Upgrade CI to jdk 25 (#344)" This reverts commit 1b659b6b16632cfe80433bb9eadd31ecbb6f90a6. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da38ef8..a9ac1e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - uses: actions/checkout@v2 - - name: Set up JDK 25 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '25' + java-version: '17' distribution: 'temurin' - name: Build with Maven run: ./mvnw --batch-mode clean verify