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.gradle14
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) {