This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/freemarker-docgen.git
commit 2250aeb92bbfffd0c25fe71cbd5ca14f35328a43 Author: ddekany <[email protected]> AuthorDate: Mon Jun 3 23:50:09 2024 +0200 Downgraded to Xalan 2.7.2 to avoid breaking backward compatibility with Rat in the FreeMarker build --- freemarker-docgen-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freemarker-docgen-core/pom.xml b/freemarker-docgen-core/pom.xml index cef12ed..abcb16a 100644 --- a/freemarker-docgen-core/pom.xml +++ b/freemarker-docgen-core/pom.xml @@ -95,7 +95,7 @@ <!-- Needed on Java 9+ --> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <version>2.7.3</version> + <version>2.7.2</version> <exclusions> <exclusion> <groupId>xml-apis</groupId>
