This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
The following commit(s) were added to refs/heads/main by this push:
new f53794b Bump commons.graalvm.buildtools.version from 1.1.10 to 1.1.11
(#85)
f53794b is described below
commit f53794b30dd10248f99da0c0b8721bf0b9f8f597
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 14:46:30 2026 -0400
Bump commons.graalvm.buildtools.version from 1.1.10 to 1.1.11 (#85)
Bumps `commons.graalvm.buildtools.version` from 1.1.10 to 1.1.11.
Updates `org.graalvm.buildtools:junit-platform-native` from 1.1.10 to 1.1.11
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
-
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.10...1.1.11)
Updates `org.graalvm.buildtools:native-maven-plugin` from 1.1.10 to 1.1.11
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
-
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.10...1.1.11)
---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:junit-platform-native
dependency-version: 1.1.11
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.graalvm.buildtools:native-maven-plugin
dependency-version: 1.1.11
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e63ea55..d445a35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,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.10</commons.graalvm.buildtools.version>
+
<commons.graalvm.buildtools.version>1.1.11</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>