diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-02-07 12:44:04 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-02-07 12:44:04 +0100 |
commit | 76f142e223efb9d7e449aaeaed4e3a25881d5d49 (patch) | |
tree | 32b3cb29353d21ec7ba6a2c4f2dfe37062d7a8e0 /moaSig/moa-sig-lib/build.gradle | |
parent | 0bcaff326d60df0d5549ef13a9d4bb7d9195b833 (diff) | |
download | moa-sig-76f142e223efb9d7e449aaeaed4e3a25881d5d49.tar.gz moa-sig-76f142e223efb9d7e449aaeaed4e3a25881d5d49.tar.bz2 moa-sig-76f142e223efb9d7e449aaeaed4e3a25881d5d49.zip |
update third-party libs
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index 5cbfba7..e73109a 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -12,15 +12,15 @@ dependencies { compile 'log4j:log4j:1.2.17' compile 'commons-logging:commons-logging:1.2' - compile 'commons-io:commons-io:2.4' - compile 'commons-codec:commons-codec:1.10' + compile 'commons-io:commons-io:2.6' + compile 'commons-codec:commons-codec:1.11' compile 'org.apache.axis:axis-jaxrpc:1.4' - compile 'org.xerial:sqlite-jdbc:3.15.1' - compile 'javax.xml.bind:jaxb-api:2.2.12' - compile 'com.sun.xml.bind:jaxb-core:2.2.11' - compile 'com.sun.xml.bind:jaxb-impl:2.2.11' + compile 'org.xerial:sqlite-jdbc:3.25.2' + compile 'javax.xml.bind:jaxb-api:2.3.1' + compile 'com.sun.xml.bind:jaxb-core:2.3.0.1' + compile 'com.sun.xml.bind:jaxb-impl:2.3.2' compile 'org.postgresql:postgresql:9.4-1204-jdbc42' - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5' + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1' } task releases(type: Copy) { |