Skip to content

Commit 7474355

Browse files
ci: bump org.graalvm.buildtools.native from 1.1.0 to 1.1.2
Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@1.1.0...1.1.2) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01eae10 commit 7474355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.nio.file.FileSystems
66
import java.nio.file.Files
77

88
plugins {
9-
id 'org.graalvm.buildtools.native' version '1.1.0'
9+
id 'org.graalvm.buildtools.native' version '1.1.2'
1010
}
1111

1212
ext.mainClassName = 'jme3test.TestChooser'

0 commit comments

Comments
 (0)