-
Notifications
You must be signed in to change notification settings - Fork 39
Commit 3080cec
authored
deps: update dependency org.graalvm.buildtools:junit-platform-native to v0.9.28 (#1455)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.27` -> `0.9.28` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
graalvm/native-build-tools (org.graalvm.buildtools:junit-platform-native)
### [`v0.9.28`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.28) [Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.27...0.9.28) #### What's Changed - Revert to previous version of `escapeArg()`. by [@fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/515](https://togithub.com/graalvm/native-build-tools/pull/515) - Document test binary configuration by [@abelsromero](https://togithub.com/abelsromero) in [https://togithub.com/graalvm/native-build-tools/pull/509](https://togithub.com/graalvm/native-build-tools/pull/509) - Fixes the problem that `org.junit.jupiter.api.condition.EnabledOnOs` cannot be used in NativeTest by [@linghengqian](https://togithub.com/linghengqian) in [https://togithub.com/graalvm/native-build-tools/pull/504](https://togithub.com/graalvm/native-build-tools/pull/504) - Remove deprecated use of `getConvention` by [@melix](https://togithub.com/melix) in [https://togithub.com/graalvm/native-build-tools/pull/522](https://togithub.com/graalvm/native-build-tools/pull/522) - Fix and improve major JDK version detection. by [@fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/523](https://togithub.com/graalvm/native-build-tools/pull/523) - Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /samples/metadata-repo-integration by [@dependabot](https://togithub.com/dependabot) in [https://togithub.com/graalvm/native-build-tools/pull/499](https://togithub.com/graalvm/native-build-tools/pull/499) - Fix toolchain documentation by [@dnestoro](https://togithub.com/dnestoro) in [https://togithub.com/graalvm/native-build-tools/pull/525](https://togithub.com/graalvm/native-build-tools/pull/525) - Re-enable Windows builds. by [@fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/524](https://togithub.com/graalvm/native-build-tools/pull/524) - Fix h2-related tests. by [@fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/526](https://togithub.com/graalvm/native-build-tools/pull/526) - Make metadata repo test version-agnostic. by [@fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/527](https://togithub.com/graalvm/native-build-tools/pull/527) - Make metadata repo Gradle test version-agnostic. by [@fniephaus](https://togithub.com/fniephaus) in [https://togithub.com/graalvm/native-build-tools/pull/528](https://togithub.com/graalvm/native-build-tools/pull/528) #### New Contributors - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://togithub.com/graalvm/native-build-tools/pull/499](https://togithub.com/graalvm/native-build-tools/pull/499) **Full Changelog**: https://togithub.com/graalvm/native-build-tools/compare/0.9.27...0.9.281 parent d0a3d47 commit 3080cecCopy full SHA for 3080cec
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- samples/native-image-sample
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedsamples/native-image-sample/pom.xml
Copy file name to clipboardExpand all lines: samples/native-image-sample/pom.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
|
0 commit comments