Skip to content

Commit 24b7c54

Browse files
authored
Merge pull request #577 from larsgrefer/dependabot/gradle/3.x/org.graalvm.buildtools.native-0.10.4
Bump org.graalvm.buildtools.native from 0.10.3 to 0.10.4
2 parents f865602 + aa9ab62 commit 24b7c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-projects/graalvm/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java"
33
id "application"
4-
id 'org.graalvm.buildtools.native' version '0.10.3'
4+
id 'org.graalvm.buildtools.native' version '0.10.4'
55
}
66

77
java {

0 commit comments

Comments
 (0)