From 346baa09fcbff85d5363da68a57af0fbfccadb52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:11:57 +0000 Subject: [PATCH 1/2] chore(deps): update plugin io.micronaut.build.shared.settings to v6.2.2 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 3681f86b..3edcec91 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id("io.micronaut.build.shared.settings") version "6.1.1" + id("io.micronaut.build.shared.settings") version "6.2.2" } enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") From f327d31173f57f57cceeb5f835bab128b4feb142 Mon Sep 17 00:00:00 2001 From: Dean Wette Date: Mon, 13 Feb 2023 13:37:56 -0600 Subject: [PATCH 2/2] fix broken graalvm github workflow --- .github/workflows/graalvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml index c0f68cc0..50ef89e4 100644 --- a/.github/workflows/graalvm.yml +++ b/.github/workflows/graalvm.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: java: ['17'] - graalvm: ['latest', 'dev'] + graalvm: ['latest'] steps: # https://github.com/actions/virtual-environments/issues/709 - name: Free disk space