From 974091902b10017a09507ec5e3bd209e553af9c1 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 3 Oct 2023 10:04:58 -0400 Subject: [PATCH] Upgrade appengine-plugins-core to 0.10.0 (#491) * Upgrade appengine-plugins-core to 0.10.0 Upgrade appengine-plugins-core to 0.10.0 that supports java21 runtime * Update CHANGELOG.md Co-authored-by: Mike Eltsufin --------- Co-authored-by: Mike Eltsufin --- .github/workflows/unit-tests.yaml | 3 ++- CHANGELOG.md | 2 ++ pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index da8438f..fa55928 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -20,8 +20,9 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 2 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2 with: + distribution: zulu java-version: ${{ matrix.java }} - uses: actions/cache@v2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 1081bbc..4dcfa57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## 2.4.5-SNAPSHOT +* Update to appengine-plugins-core 0.10.0 that supports GAE java17 and java21 runtimes. + ## 2.4.4 * Update to appengine-plugins-core 0.9.9, for automatic Java 17 compatibility when running local devserver [appengine-plugins-core#894](https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/894). diff --git a/pom.xml b/pom.xml index 0b9028d..1830531 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ com.google.cloud.tools appengine-plugins-core - 0.9.9 + 0.10.0