aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2022-09-23 10:15:44 +0000
committerSimon Steiner <ssteiner@apache.org>2022-09-23 10:15:44 +0000
commit06812639c573b6973553d188f78e1ac57ccfa864 (patch)
tree3c8bb60519548d2b922ab51dd9d155a32380e55e /pom.xml
parent3f35111f4c780b42f1e8d3ec78228d3528cdb7f0 (diff)
downloadxmlgraphics-fop-06812639c573b6973553d188f78e1ac57ccfa864.tar.gz
xmlgraphics-fop-06812639c573b6973553d188f78e1ac57ccfa864.zip
Fix tests on Java 19
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1904229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index dd14cecd5..846278026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<properties>
<ant.version>1.9.15</ant.version>
<antrun.plugin.version>1.8</antrun.plugin.version>
- <batik.version>1.14.0-SNAPSHOT</batik.version>
+ <batik.version>1.15.0-SNAPSHOT</batik.version>
<build.helper.plugin.version>1.9.1</build.helper.plugin.version>
<checkstyle.plugin.version>2.14</checkstyle.plugin.version>
<commons.io.version>2.11.0</commons.io.version>
@@ -22,7 +22,7 @@
<exec.plugin.version>1.4.0</exec.plugin.version>
<findbugs.plugin.version>3.0.4</findbugs.plugin.version>
<jar.plugin.version>3.1.1</jar.plugin.version>
- <java.version>1.7</java.version>
+ <java.version>1.8</java.version>
<junit.version>4.11</junit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.info.reports.plugin.version>2.8</project.info.reports.plugin.version>