From eaeadb1b9f7bb552faf0f05d33611f8438907b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:53:50 +0000 Subject: [PATCH] chore(deps): Bump org.graalvm.buildtools.native from 0.10.2 to 0.10.3 Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c164e3b0f..cd3c531ac 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.3.3" apply false id("io.spring.dependency-management") version "1.1.6" apply false - id("org.graalvm.buildtools.native") version "0.10.2" + id("org.graalvm.buildtools.native") version "0.10.3" 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.3" apply false