From 728922e9d178308d5f5be075239de6810cc594f2 Mon Sep 17 00:00:00 2001 From: Hylke van der Schaaf Date: Wed, 2 Oct 2024 11:20:09 +0200 Subject: [PATCH] Bumped java version to 21 --- .github/workflows/maven-build.yml | 4 ++-- .github/workflows/maven-deploy.yml | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index e6c425e..1a34e80 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -18,11 +18,11 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'adopt' - java-version: 17 + java-version: 21 - name: Cache maven repository uses: actions/cache@v4 diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 93ac0b1..9f63fe7 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -29,11 +29,11 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'adopt' - java-version: 17 + java-version: 21 - name: Cache maven repository uses: actions/cache@v4 diff --git a/pom.xml b/pom.xml index 912b810..517ef4b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ UTF-8 de.fraunhofer.iosb.ilt.sensorthingsmanager.MainApp - 17 + 21 3.13.0 3.1.1