From a83319f8b7d0c8b80cd0911d4df0db1b08680e65 Mon Sep 17 00:00:00 2001 From: Felix Dittrich Date: Fri, 7 Jun 2024 10:54:07 +0200 Subject: [PATCH] Update DDCC-Lib to 2.1.0 Update to Java 21 --- .github/workflows/ci-dependency-check.yml | 2 +- .github/workflows/ci-main.yml | 2 +- .github/workflows/ci-pull-request.yml | 2 +- .github/workflows/ci-release.yml | 2 +- Dockerfile | 2 +- README.md | 2 +- pom.xml | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-dependency-check.yml b/.github/workflows/ci-dependency-check.yml index c1dbf27..40ba06b 100644 --- a/.github/workflows/ci-dependency-check.yml +++ b/.github/workflows/ci-dependency-check.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-java@v2 with: - java-version: 17 + java-version: 21 distribution: adopt - uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index ef4e986..71f8414 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 distribution: adopt - uses: actions/checkout@v4 with: diff --git a/.github/workflows/ci-pull-request.yml b/.github/workflows/ci-pull-request.yml index 6604214..24479c0 100644 --- a/.github/workflows/ci-pull-request.yml +++ b/.github/workflows/ci-pull-request.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-java@v2 with: - java-version: 17 + java-version: 21 distribution: adopt - uses: actions/checkout@v2 with: diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index eb49f05..208caba 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-java@v4 with: - java-version: 17 + java-version: 21 distribution: adopt - uses: actions/checkout@v4 with: diff --git a/Dockerfile b/Dockerfile index 4b57ed3..259034c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17-jre +FROM eclipse-temurin:21-jre WORKDIR / diff --git a/README.md b/README.md index fb5f5a6..de46b41 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The TNG Key Distribution Service is part of the national backends of the partici ### Prerequisites -- [Open JDK 17](https://openjdk.java.net) +- [Open JDK 21](https://openjdk.java.net) - [Maven](https://maven.apache.org) - [Docker](https://www.docker.com) - An installation of the [TNG](https://github.com/worldhealthorganization/smart-trust-network-gateway) diff --git a/pom.xml b/pom.xml index 7973785..c79a35a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-starter-parent - 2023.0.1 + 2023.0.2 tng.trustnetwork.keydistribution @@ -24,9 +24,9 @@ - 17 - 17 - 17 + 21 + 21 + 21 UTF-8 UTF-8 @@ -93,7 +93,7 @@ eu.europa.ec.dgc ddcc-gateway-lib - 2.0.2 + 2.1.0