From 17184b83bf076039c2ec3a5218fb190f4f177201 Mon Sep 17 00:00:00 2001 From: emusic Date: Thu, 7 Nov 2019 11:01:30 +0100 Subject: Update Java 9-11 dependencies --- pdf-as-common/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pdf-as-common') diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index b466fbcd..4d5a0390 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -24,8 +24,9 @@ dependencies { compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'commons-io', name: 'commons-io', version: '2.4' compile group: 'ognl', name: 'ognl', version: '3.0.6' - compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.1' + compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' compile 'commons-codec:commons-codec:1.10' + compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.4.0-b180830.0438' testCompile group: 'junit', name: 'junit', version: '4.+' } -- cgit v1.2.3