Skip to content

Commit 5497ef4

Browse files
committed
Update to run on Java 22, and NI Maven Plugin to 0.10.1
1 parent 1f3e1e2 commit 5497ef4

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/multithreading-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 15
2121
strategy:
2222
matrix:
23-
java-version: ['21', 'latest-ea']
23+
java-version: ['22', 'latest-ea']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: graalvm/setup-graalvm@v1

multithreading-demo/multithreading-demo-improved/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<version>1.0</version>
1010

1111
<properties>
12-
<native.maven.plugin.version>0.9.28</native.maven.plugin.version>
13-
<maven.compiler.source>21</maven.compiler.source>
14-
<maven.compiler.target>21</maven.compiler.target>
12+
<native.maven.plugin.version>0.10.1</native.maven.plugin.version>
13+
<maven.compiler.source>22</maven.compiler.source>
14+
<maven.compiler.target>22</maven.compiler.target>
1515
</properties>
1616

1717
<dependencies>

multithreading-demo/multithreading-demo-oversized/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
<version>1.0</version>
1010

1111
<properties>
12-
<native.maven.plugin.version>0.9.28</native.maven.plugin.version>
13-
<maven.compiler.source>21</maven.compiler.source>
14-
<maven.compiler.target>21</maven.compiler.target>
12+
<native.maven.plugin.version>0.10.1</native.maven.plugin.version>
13+
<maven.compiler.source>22</maven.compiler.source>
14+
<maven.compiler.target>22</maven.compiler.target>
1515
</properties>
1616

17-
1817
<dependencies>
1918
<dependency>
2019
<groupId>junit</groupId>

0 commit comments

Comments
 (0)