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 d246386 build(deps): bump net.sf.saxon:Saxon-HE from 12.9 to 13.0 (#1)
d246386 is described below
commit d246386f1f9d715c26e397ae80572651715480ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 07:30:25 2026 +0200
build(deps): bump net.sf.saxon:Saxon-HE from 12.9 to 13.0 (#1)
* build(deps): bump net.sf.saxon:Saxon-HE from 12.9 to 13.0
Bumps net.sf.saxon:Saxon-HE from 12.9 to 13.0.
---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
dependency-version: '13.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* User Saxon 13.0 only on JDK 17+
---------
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 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index efce2a6..507d251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,6 +437,20 @@ limitations under the License.
</plugins>
</build>
</profile>
+
+ <!--
+ Dependency versions only compatible with JDK 17+.
+ -->
+ <profile>
+ <id>java17-dependencies</id>
+ <activation>
+ <jdk>[17,)</jdk>
+ </activation>
+
+ <properties>
+ <commons.saxon.version>13.0</commons.saxon.version>
+ </properties>
+ </profile>
</profiles>
<developers>
<developer>