Skip to content

Commit 906ca52

Browse files
authored
Merge pull request #563 from dnestoro/dnestoro/BumpGraalVMVersion
Bump version of GraalVM
2 parents c3e8fe8 + 3729389 commit 906ca52

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

.github/workflows/test-graalvm-metadata.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- 'common/graalvm-reachability-metadata/**'
77
- '.github/actions/**'
88
- '.github/workflows/test-graalvm-metadata.yml'
9+
- 'gradle/libs.versions.toml'
910
pull_request:
1011
paths:
1112
- 'common/graalvm-reachability-metadata/**'
1213
- '.github/actions/**'
1314
- '.github/workflows/test-graalvm-metadata.yml'
15+
- 'gradle/libs.versions.toml'
1416
workflow_dispatch:
1517

1618
concurrency:

.github/workflows/test-junit-platform-native.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- 'common/junit-platform-native/**'
77
- '.github/actions/**'
88
- '.github/workflows/test-junit-platform-native.yml'
9+
- 'gradle/libs.versions.toml'
910
pull_request:
1011
paths:
1112
- 'common/junit-platform-native/**'
1213
- '.github/actions/**'
1314
- '.github/workflows/test-junit-platform-native.yml'
15+
- 'gradle/libs.versions.toml'
1416
workflow_dispatch:
1517

1618
concurrency:

.github/workflows/test-native-gradle-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'common/**'
99
- '.github/actions/**'
1010
- '.github/workflows/test-native-gradle-plugin.yml'
11+
- 'gradle/libs.versions.toml'
1112
pull_request:
1213
paths:
1314
- 'native-gradle-plugin/**'
1415
- 'samples/**'
1516
- 'common/**'
1617
- '.github/actions/**'
1718
- '.github/workflows/test-native-gradle-plugin.yml'
19+
- 'gradle/libs.versions.toml'
1820
workflow_dispatch:
1921

2022
concurrency:

.github/workflows/test-native-maven-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'common/**'
99
- '.github/actions/**'
1010
- '.github/workflows/test-native-maven-plugin.yml'
11+
- 'gradle/libs.versions.toml'
1112
pull_request:
1213
paths:
1314
- 'native-maven-plugin/**'
1415
- 'samples/**'
1516
- 'common/**'
1617
- '.github/actions/**'
1718
- '.github/workflows/test-native-maven-plugin.yml'
19+
- 'gradle/libs.versions.toml'
1820
workflow_dispatch:
1921

2022
concurrency:

docs/src/docs/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ If you are using alternative build systems, see <<alternative-build-systems.adoc
2121

2222
=== Release 0.10.0
2323

24+
- Update version of GraalVM dependency to 22.3.5
25+
2426
==== Gradle plugin
2527

2628
- Update plugin to use metadata repository by default

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maven = "3.8.6"
99
mavenAnnotations = "3.6.4"
1010
mavenEmbedder = "3.8.6"
1111
mavenWagon = "3.4.3"
12-
graalvm = "22.3.3"
12+
graalvm = "22.3.5"
1313
jackson = "2.13.5"
1414
junitPlatform = "1.10.0"
1515
junitJupiter = "5.10.0"

0 commit comments

Comments
 (0)