From 614f5ac09c90bf3cc0c5726870b6dd294404af62 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 15 Nov 2022 01:03:58 +0000 Subject: [PATCH 1/2] [CI-Skip] Update Dependencies (JDK) Upstream has released updates that appear to apply and compile correctly --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83fa569..9d8c56d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: release: strategy: matrix: - jdk: [19.0.1] + jdk: [] java: ['temurin'] os: [ubuntu-20.04] From ca491246be1f60b668690b01c639631c39506435 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 15 Nov 2022 02:58:42 +0000 Subject: [PATCH 2/2] [CI-Skip] Update Dependencies (JDK) Upstream has released updates that appear to apply and compile correctly --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d8c56d..83fa569 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: release: strategy: matrix: - jdk: [] + jdk: [19.0.1] java: ['temurin'] os: [ubuntu-20.04]