Bump org.graalvm.buildtools.native from 0.9.17 to 0.9.18 (#4976)

Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.17 to 0.9.18.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.17...0.9.18)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools.native
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-22 09:14:03 -06:00 committed by GitHub
parent c4d0d862ba
commit 8e3e14ad29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pluginManagement {
id("com.gradle.enterprise") version "3.11.4" id("com.gradle.enterprise") version "3.11.4"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0" id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.jetbrains.kotlin.jvm") version "1.7.21" id("org.jetbrains.kotlin.jvm") version "1.7.21"
id("org.graalvm.buildtools.native") version "0.9.17" id("org.graalvm.buildtools.native") version "0.9.18"
} }
} }