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 db371b2 Bump commons.graalvm.buildtools.version from 1.1.12 to 1.1.13
(#102)
db371b2 is described below
commit db371b2b7525e98ec4a69cb8672ade0883112d87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 19 11:17:32 2026 -0400
Bump commons.graalvm.buildtools.version from 1.1.12 to 1.1.13 (#102)
Bumps `commons.graalvm.buildtools.version` from 1.1.12 to 1.1.13.
Updates `org.graalvm.buildtools:junit-platform-native` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
-
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.12...1.1.13)
Updates `org.graalvm.buildtools:native-maven-plugin` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
-
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.12...1.1.13)
---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:junit-platform-native
dependency-version: 1.1.13
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.graalvm.buildtools:native-maven-plugin
dependency-version: 1.1.13
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 f1e8c50..c20d1ff 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.12</commons.graalvm.buildtools.version>
+
<commons.graalvm.buildtools.version>1.1.13</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>