Skip to content

Commit b22ad4c

Browse files
committed
Update reachability metadata to 1.0.7
1 parent bdcffba commit b22ad4c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# Project versions
33
nativeBuildTools = "1.1.6-SNAPSHOT"
4-
metadataRepository = "1.0.6"
4+
metadataRepository = "1.0.7"
55

66
# External dependencies
77
spock = "2.4-groovy-4.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
native.gradle.plugin.version = 0.11.1-SNAPSHOT
1+
native.gradle.plugin.version = 1.1.6-SNAPSHOT
22
junit.jupiter.version = 5.13.0
33
junit.platform.version = 1.13.0

samples/java-application-with-tests-in-src-main/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<java.version>1.8</java.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454
<junit.jupiter.version>5.13.0</junit.jupiter.version>
55-
<native.maven.plugin.version>0.11.1-SNAPSHOT</native.maven.plugin.version>
56-
<junit.platform.native.version>0.11.1-SNAPSHOT</junit.platform.native.version>
55+
<native.maven.plugin.version>1.1.6-SNAPSHOT</native.maven.plugin.version>
56+
<junit.platform.native.version>1.1.6-SNAPSHOT</junit.platform.native.version>
5757
<imageName>example-app</imageName>
5858
<mainClass>org.graalvm.demo.Application</mainClass>
5959
</properties>

0 commit comments

Comments
 (0)