Skip to content

Commit b5e4098

Browse files
committed
Update Native Build Tools version to 0.10.6
1 parent 76c3ab3 commit b5e4098

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

native-image/benchmark/jmh/binary-tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- Name of the benchmark Uber-JAR to generate -->
1919
<uberjar.name>benchmarks-binary-tree</uberjar.name>
2020
<!-- Version of the GraalVM Build tools to use -->
21-
<native-buildtools.version>0.10.3</native-buildtools.version>
21+
<native-buildtools.version>0.10.6</native-buildtools.version>
2222
<!-- Name of the output binary -->
2323
<binary-name>benchmark-binary-tree</binary-name>
2424
<!-- Main class -->

native-image/build-with-js-embedded/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
<maven.compiler.source>21</maven.compiler.source>
1414
<maven.compiler.target>21</maven.compiler.target>
1515
<graalvm.polyglot.version>24.1.1</graalvm.polyglot.version>
16-
<native.maven.plugin.version>0.10.3</native.maven.plugin.version>
16+
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
1717
</properties>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>org.graalvm.polyglot</groupId>
22-
<artifactId>polyglot</artifactId>
22+
<artifactId>polyglot</artifactId>
2323
<version>${graalvm.polyglot.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.graalvm.polyglot</groupId>
27-
<artifactId>js</artifactId>
27+
<artifactId>js</artifactId>
2828
<version>${graalvm.polyglot.version}</version>
2929
<type>pom</type>
3030
</dependency>

native-image/clouds/native-oci-cloud-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.source>17</maven.compiler.source>
1818
<maven.compiler.target>17</maven.compiler.target>
1919
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
20-
<native.maven.plugin.version>0.10.3</native.maven.plugin.version>
20+
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
2121
</properties>
2222

2323
<dependencies>

native-image/embed-sbom/sbom-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>com.sbom</groupId>
66
<artifactId>sbom-test</artifactId>
77
<version>1.0-SNAPSHOT</version>
8-
8+
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<maven.compiler.source>21</maven.compiler.source>
1212
<maven.compiler.target>21</maven.compiler.target>
13-
<native.maven.plugin.version>0.10.3</native.maven.plugin.version>
13+
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
1414
</properties>
1515

1616
<dependencies>

native-image/include-metadata/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
// 1. Native Image Gradle plugin
4-
id 'org.graalvm.buildtools.native' version '0.10.3'
4+
id 'org.graalvm.buildtools.native' version '0.10.6'
55
}
66

77
repositories {

native-image/include-metadata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h2.version>2.2.220</h2.version>
1212
<maven.compiler.source>21</maven.compiler.source>
1313
<maven.compiler.target>21</maven.compiler.target>
14-
<native.maven.plugin.version>0.10.3</native.maven.plugin.version>
14+
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
1515
<mainClass>org.graalvm.example.H2Example</mainClass>
1616
<imageName>h2example</imageName>
1717
</properties>
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.graalvm.buildtools</groupId>
3535
<artifactId>native-maven-plugin</artifactId>
36-
<version>0.10.3</version>
36+
<version>0.10.6</version>
3737
<extensions>true</extensions>
3838
<executions>
3939
<execution>

native-image/native-build-tools/gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
plugins {
1010
// Apply the application plugin to add support for building a CLI application in Java.
1111
id 'application'
12-
id 'org.graalvm.buildtools.native' version '0.10.3'
12+
id 'org.graalvm.buildtools.native' version '0.10.6'
1313
}
1414

1515
repositories {

native-image/native-build-tools/maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<maven.compiler.source>21</maven.compiler.source>
1313
<maven.compiler.target>21</maven.compiler.target>
14-
<native.maven.plugin.version>0.10.3</native.maven.plugin.version>
14+
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
1515
</properties>
1616

1717
<build>

0 commit comments

Comments
 (0)