This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 3a839ca build(deps-dev): bump commons.graalvm.buildtools.version (#49)
3a839ca is described below
commit 3a839ca1eb6b8501219e444d35bb195a75fd7b21
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 22:41:51 2026 +0200
build(deps-dev): bump commons.graalvm.buildtools.version (#49)
Bumps `commons.graalvm.buildtools.version` from 1.1.3 to 1.1.10.
Updates `org.graalvm.buildtools:junit-platform-native` from 1.1.3 to 1.1.10
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
-
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.3...1.1.10)
Updates `org.graalvm.buildtools:native-maven-plugin` from 1.1.3 to 1.1.10
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
-
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.3...1.1.10)
---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:junit-platform-native
dependency-version: 1.1.10
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.graalvm.buildtools:native-maven-plugin
dependency-version: 1.1.10
dependency-type: direct:development
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>
Co-authored-by: Piotr P. Karwasz <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 251142a..f2992a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ limitations under the License.
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- GraalVM native-image tooling; used by the `native-xalan` profile
only. -->
-
<commons.graalvm.buildtools.version>1.1.3</commons.graalvm.buildtools.version>
+
<commons.graalvm.buildtools.version>1.1.10</commons.graalvm.buildtools.version>
<!-- Optional JAXP implementations used by bundled providers. -->
<commons.saxon.version>12.9</commons.saxon.version>
<commons.woodstox.version>7.1.1</commons.woodstox.version>