Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Bump org.graalvm.buildtools.native from 0.9.23 to 0.9.27 in /filecontent #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.graalvm.buildtools.native from 0.9.23 to 0.9.27 in /filecontent
Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.9.27.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/commits)

---
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>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
commit 0c9e62de99da3028aa1a23766ce3277590bd8921
2 changes: 1 addition & 1 deletion filecontent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
plugins {
id("java-library")
id("org.graalvm.buildtools.native") version "0.9.23"
id("org.graalvm.buildtools.native") version "0.9.27"
id("maven-publish")
id("signing")
}
Expand Down