Skip to content

Commit

Permalink
deps: update dependency org.graalvm.buildtools:native-maven-plugin to…
Browse files Browse the repository at this point in the history
… v0.10.1 (#2919)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.10.0` -> `0.10.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.graalvm.buildtools:native-maven-plugin/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.graalvm.buildtools:native-maven-plugin/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.graalvm.buildtools:native-maven-plugin/0.10.0/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.graalvm.buildtools:native-maven-plugin/0.10.0/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin)</summary>

### [`v0.10.1`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.10.1)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.10.0...0.10.1)

#### What's Changed

-   Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.12 in /samples/metadata-repo-integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://togithub.com/graalvm/native-build-tools/pull/543](https://togithub.com/graalvm/native-build-tools/pull/543)
-   Fix compile-no-fork with existing jar FileSystems ([#&#8203;547](https://togithub.com/graalvm/native-build-tools/issues/547)) by [@&#8203;kohlschuetter](https://togithub.com/kohlschuetter) in [https://togithub.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548)
-   Add notes how to disable metadata repository support by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/570](https://togithub.com/graalvm/native-build-tools/pull/570)
-   Fix Kotlin Snippet For Disabling Metadata Repository by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/571](https://togithub.com/graalvm/native-build-tools/pull/571)
-   \[GR-51916] Add missing JUnit 5 init policies. by [@&#8203;fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/573](https://togithub.com/graalvm/native-build-tools/pull/573)
-   Upgrade to GraalVM SDK 23.0.2 by [@&#8203;melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/565](https://togithub.com/graalvm/native-build-tools/pull/565)

#### New Contributors

-   [@&#8203;kohlschuetter](https://togithub.com/kohlschuetter) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/548](https://togithub.com/graalvm/native-build-tools/pull/548)

**Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.10.0...0.10.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate-bot committed Feb 23, 2024
1 parent a3441bb commit 8800a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/native-image/pom.xml
Expand Up @@ -131,7 +131,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<extensions>true</extensions>
<configuration>
<mainClass>com.example.spanner.NativeImageSpannerSample</mainClass>
Expand Down

0 comments on commit 8800a28

Please sign in to comment.