From c9a670d3f3d7bfd38a018e98cd98dbf972324b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 07:12:15 +0200 Subject: [PATCH] chore(deps): Bump org.graalvm.buildtools.native from 0.10.1 to 0.10.2 (#1163) Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.1...0.10.2) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5efa61f1f..090553029 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { // and the shared lib is obviously not one id("org.springframework.boot") version "3.2.5" apply false id("io.spring.dependency-management") version "1.1.5" apply false - id("org.graalvm.buildtools.native") version "0.10.1" + id("org.graalvm.buildtools.native") version "0.10.2" kotlin("jvm") version "1.9.24" apply false kotlin("plugin.spring") version "1.9.24" apply false id("com.google.cloud.tools.jib") version "3.4.2" apply false