[FOray-commit] SF.net SVN: foray:[12420] trunk/foray/master/build.gradle
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2022-01-17 19:09:02
|
Revision: 12420
http://sourceforge.net/p/foray/code/12420
Author: victormote
Date: 2022-01-17 19:09:00 +0000 (Mon, 17 Jan 2022)
Log Message:
-----------
Upgrade batik-related dependencies to latest version.
Modified Paths:
--------------
trunk/foray/master/build.gradle
Modified: trunk/foray/master/build.gradle
===================================================================
--- trunk/foray/master/build.gradle 2022-01-17 17:09:55 UTC (rev 12419)
+++ trunk/foray/master/build.gradle 2022-01-17 19:09:00 UTC (rev 12420)
@@ -1,4 +1,6 @@
/*
+This build file was designed to run with Gradle version 6.4.1.
+
Important targets to run from the master directory:
1. gradle build
Normal build checking for compile errors and test failures.
@@ -46,8 +48,8 @@
ext.xmlResolverVersion = '1.2' // Latest is 1.2 as of 2021-01-12. See Note 4.
ext.antVersion = '1.9.15' // Latest is 1.10.9 as of 2021-01-12. See Note 5.
ext.servletApiVersion = '3.1.0' // Latest is 4.0.1 as of 2021-01-12. See Note 6.
- ext.xmlgraphicsCommonsVersion = '2.4' // Latest is 2.4 as of 2021-01-12.
- ext.batikVersion = '1.13' // Latest is 1.13 as of 2021-01-12.
+ ext.xmlgraphicsCommonsVersion = '2.6' // Latest is 2.6 as of 2022-01-17.
+ ext.batikVersion = '1.14' // Latest is 1.14 as of 2022-01-17.
ext.jeuclidVersion = '3.1.14' // Latest is 3.1.14 as of 2021-01-12. See Note 7.
ext.icu4jVersion = '68.2' // Latest is 68.2 as of 2021-01-12.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|