diff options
author | emusic <emina.music@egiz.gv.at> | 2019-11-07 11:01:30 +0100 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2019-11-07 11:01:30 +0100 |
commit | 17184b83bf076039c2ec3a5218fb190f4f177201 (patch) | |
tree | 2535499fe72bf7710ff4b704340eb06e132a6a0d /pdf-as-common | |
parent | 67828b1bd63a05b593f17b6ed1c84e6953865d55 (diff) | |
download | pdf-as-4-17184b83bf076039c2ec3a5218fb190f4f177201.tar.gz pdf-as-4-17184b83bf076039c2ec3a5218fb190f4f177201.tar.bz2 pdf-as-4-17184b83bf076039c2ec3a5218fb190f4f177201.zip |
Update Java 9-11 dependencies
Diffstat (limited to 'pdf-as-common')
-rw-r--r-- | pdf-as-common/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
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.+' } |