Skip to content

Commit

Permalink
Bump graalvmVersion from 24.0.2 to 24.1.0
Browse files Browse the repository at this point in the history
Bumps `graalvmVersion` from 24.0.2 to 24.1.0.

Updates `org.graalvm.sdk:graal-sdk` from 24.0.2 to 24.1.0
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.2...vm-24.1.0)

Updates `org.graalvm.nativeimage:svm` from 24.0.2 to 24.1.0
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.2...vm-24.1.0)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.graalvm.nativeimage:svm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Sep 23, 2024
1 parent 0b28c85 commit 09ce142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
junitJupiterVersion = '5.11.0'
slf4jVersion = '2.0.16'
logbackVersion = '1.5.8'
graalvmVersion = '24.0.2'
graalvmVersion = '24.1.0'
}

repositories {
Expand Down

0 comments on commit 09ce142

Please sign in to comment.