Skip to content

Commit 5c85fdc

Browse files
Bump org.graalvm.buildtools:native-gradle-plugin from 0.10.6 to 0.11.4
Bumps [org.graalvm.buildtools:native-gradle-plugin](https://github.com/graalvm/native-build-tools) from 0.10.6 to 0.11.4. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.10.6...0.11.4) --- updated-dependencies: - dependency-name: org.graalvm.buildtools:native-gradle-plugin dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38cbcf9 commit 5c85fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin")
1919
implementation("org.jetbrains.kotlin:kotlin-serialization:$kotlin")
2020
implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlin")
21-
implementation("org.graalvm.buildtools:native-gradle-plugin:0.10.6")
21+
implementation("org.graalvm.buildtools:native-gradle-plugin:0.11.4")
2222
implementation("com.citi.gradle-plugins.helm:helm-plugin:$helm")
2323
implementation("com.citi.gradle-plugins.helm:helm-publish-plugin:$helm")
2424
implementation("com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.31.0")

0 commit comments

Comments
 (0)