Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version of GraalVM #563

Merged
merged 3 commits into from Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test-graalvm-metadata.yml
Expand Up @@ -6,11 +6,13 @@ on:
- 'common/graalvm-reachability-metadata/**'
- '.github/actions/**'
- '.github/workflows/test-graalvm-metadata.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'common/graalvm-reachability-metadata/**'
- '.github/actions/**'
- '.github/workflows/test-graalvm-metadata.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-junit-platform-native.yml
Expand Up @@ -6,11 +6,13 @@ on:
- 'common/junit-platform-native/**'
- '.github/actions/**'
- '.github/workflows/test-junit-platform-native.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'common/junit-platform-native/**'
- '.github/actions/**'
- '.github/workflows/test-junit-platform-native.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-native-gradle-plugin.yml
Expand Up @@ -8,13 +8,15 @@ on:
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-gradle-plugin.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'native-gradle-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-gradle-plugin.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-native-maven-plugin.yml
Expand Up @@ -8,13 +8,15 @@ on:
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-maven-plugin.yml'
- 'gradle/libs.versions.toml'
pull_request:
paths:
- 'native-maven-plugin/**'
- 'samples/**'
- 'common/**'
- '.github/actions/**'
- '.github/workflows/test-native-maven-plugin.yml'
- 'gradle/libs.versions.toml'
workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions docs/src/docs/asciidoc/index.adoc
Expand Up @@ -21,6 +21,8 @@ If you are using alternative build systems, see <<alternative-build-systems.adoc

=== Release 0.10.0

- Update version of GraalVM dependency to 22.3.5

==== Gradle plugin

- Update plugin to use metadata repository by default
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -9,7 +9,7 @@ maven = "3.8.6"
mavenAnnotations = "3.6.4"
mavenEmbedder = "3.8.6"
mavenWagon = "3.4.3"
graalvm = "22.3.3"
graalvm = "22.3.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wirthi https://www.graalvm.org/release-notes/22_3/ does not show that we really have a 22.3.5 release but the release calendar suggest that we should have a 22.3.5 by now.

jackson = "2.13.5"
junitPlatform = "1.10.0"
junitJupiter = "5.10.0"
Expand Down