aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig-lib/build.gradle
diff options
context:
space:
mode:
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) {