From add6a2d8ab1bbfbd9479c5a195b0fad80eda701b Mon Sep 17 00:00:00 2001 From: Dominique Arnou Date: Wed, 12 Jun 2024 22:04:53 +0200 Subject: [PATCH 1/2] Update ci.yml switch to java 21 --- .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 f6538fd..cfdbf74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,10 +23,10 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4.2.1 with: - java-version: 17 + java-version: 21 distribution: temurin - name: Cache local Maven repository uses: actions/cache@v4.0.2 From 36b10e352bc9f1984c2b5a78a1a67f10c6917380 Mon Sep 17 00:00:00 2001 From: Dominique Arnou Date: Wed, 12 Jun 2024 22:06:45 +0200 Subject: [PATCH 2/2] switch to java 21 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4979574..d8d57fd 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 0.0.0-SNAPSHOT - 17 + 21 25.0.0 ${java.version} ${java.version}