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 9e3689e Bump commons.graalvm.buildtools.version from 1.1.13 to 1.1.14
9e3689e is described below
commit 9e3689e658077eb2a3a1eb057e8a8957a9cea03f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 08:31:36 2026 -0700
Bump commons.graalvm.buildtools.version from 1.1.13 to 1.1.14
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c20d1ff..a3108d6 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.13</commons.graalvm.buildtools.version>
+
<commons.graalvm.buildtools.version>1.1.14</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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3e90519..54e3d81 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add, update, fix, or
remove.
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 104 to 105.</action>
<action dev="pkarwasz" type="update" due-to="Piotr P. Karwasz, Gary
Gregory">Bump com.android.library from 8.6.1 to 9.4.0 in
/android-tests.</action>
- <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump commons.graalvm.buildtools.version from 1.1.12 to 1.1.13
(#102).</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump commons.graalvm.buildtools.version from 1.1.12 to 1.1.14
(#102).</action>
</release>
<release version="1.0.0" date="2026-09-02" description="First release.
Requires Java 8 or later.">
<!-- SPECIAL -->