Skip to content

Commit

Permalink
chore(deps): Bump org.graalvm.buildtools.native from 0.10.1 to 0.10.2 (
Browse files Browse the repository at this point in the history
…#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](graalvm/native-build-tools@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 18, 2024
1 parent 8160c03 commit c9a670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9a670d

Please sign in to comment.