Skip to content

Commit

Permalink
Merge branch 'master' into sync-files-master
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Feb 28, 2024
2 parents 9cc3b43 + ac377b9 commit f8957e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: "🔧 Setup GraalVM CE"
uses: graalvm/setup-graalvm@v1.1.7
uses: graalvm/setup-graalvm@v1.1.8
with:
distribution: 'graalvm'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id 'io.micronaut.build.shared.settings' version '6.6.1'
id 'io.micronaut.build.shared.settings' version '6.6.2'
}

rootProject.name = "acme-parent"
Expand Down

0 comments on commit f8957e0

Please sign in to comment.