From 65c5fa5f094b2379fbe7c1887176bb2a77ab6f8d Mon Sep 17 00:00:00 2001 From: Ruediger zu Dohna Date: Tue, 21 May 2024 09:58:48 +0200 Subject: [PATCH] go to Java 17 (required for jax-rs 4) --- .github/workflows/maven.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8a792f..33eabb4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - jdk: [ 11, 17 ] + jdk: [ 17, 21 ] steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index 978074e..6164d24 100644 --- a/pom.xml +++ b/pom.xml @@ -11,8 +11,8 @@ https://github.com/t1/problem-details - 11 - 11 + 17 + 17 utf-8 utf-8