aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig-lib/build.gradle
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-08-21 10:43:38 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-08-21 10:43:38 +0200
commitd5d284863d70d7bfcd3ccb091b26b4f2454e3203 (patch)
treea21d3fc2c895d67e757c4df659b33347af6cdfe7 /moaSig/moa-sig-lib/build.gradle
parent75a4d7c5ec89f9921670edae50e76cf80b3f19b6 (diff)
downloadmoa-sig-d5d284863d70d7bfcd3ccb091b26b4f2454e3203.tar.gz
moa-sig-d5d284863d70d7bfcd3ccb091b26b4f2454e3203.tar.bz2
moa-sig-d5d284863d70d7bfcd3ccb091b26b4f2454e3203.zip
Update internal- and third-party libs
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r--moaSig/moa-sig-lib/build.gradle11
1 files changed, 6 insertions, 5 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle
index a34044c..438b71b 100644
--- a/moaSig/moa-sig-lib/build.gradle
+++ b/moaSig/moa-sig-lib/build.gradle
@@ -14,15 +14,16 @@ dependencies {
compile 'log4j:log4j:1.2.17'
compile 'commons-logging:commons-logging:1.2'
- compile 'commons-io:commons-io:2.6'
- compile 'commons-codec:commons-codec:1.11'
+ compile 'commons-io:commons-io:2.7'
+ compile 'commons-codec:commons-codec:1.14'
compile 'org.apache.axis:axis-jaxrpc:1.4'
- compile 'org.xerial:sqlite-jdbc:3.25.2'
+ compile 'org.xerial:sqlite-jdbc:3.32.3.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.8.1'
+ compile 'org.postgresql:postgresql:42.2.15.jre7'
+ compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
+ compile group: 'org.apache.httpcomponents', name: 'httpclient-cache', version: '4.5.12'
}
task releases(type: Copy) {