From ccadccdff9b749fabb6f5c444664373fe1a44105 Mon Sep 17 00:00:00 2001 From: Oliver Weiler Date: Wed, 18 Sep 2024 08:49:48 +0200 Subject: [PATCH] chore: Bump GraalVM from 22.0.0 to 23.0.0 --- .github/workflows/release.yml | 6 +++--- p2e.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8b99fb..581d268 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Set up GraalVM and Native Image uses: graalvm/setup-graalvm@v1 with: - java-version: 22.0.0 + java-version: 23.0.0 distribution: graalvm-community github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build @@ -22,7 +22,7 @@ jobs: - name: Assemble uses: jreleaser/release-action@2.4.2 with: - version: 1.8.0 + version: 1.14.0 setup-java: false arguments: assemble env: @@ -30,7 +30,7 @@ jobs: - name: Release uses: jreleaser/release-action@2.4.2 with: - version: 1.8.0 + version: 1.14.0 setup-java: false env: JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }} diff --git a/p2e.java b/p2e.java index 4343523..58b5de8 100755 --- a/p2e.java +++ b/p2e.java @@ -2,7 +2,7 @@ //DEPS info.picocli:picocli:4.7.6 //DEPS info.picocli:picocli-codegen:4.7.6 //MANIFEST Implementation-Version=${version:dev} -//JAVA 22 +//JAVA 23 package com.github.helpermethod.p2e;