Skip to content

Commit

Permalink
Merge pull request #563 from dnestoro/dnestoro/BumpGraalVMVersion
Browse files Browse the repository at this point in the history
Bump version of GraalVM
  • Loading branch information
dnestoro committed Jan 29, 2024
2 parents c3e8fe8 + 3729389 commit 906ca52
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
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"
jackson = "2.13.5"
junitPlatform = "1.10.0"
junitJupiter = "5.10.0"
Expand Down

0 comments on commit 906ca52

Please sign in to comment.