From d808ad7a35e90b34622dc7161ddcad4f8861b69f Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Fri, 26 Sep 2014 10:12:25 +0200 Subject: dependency version updates --- pdf-as-web/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pdf-as-web/build.gradle') diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index c662f0e5..cd180ad0 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -19,20 +19,20 @@ dependencies { compile project (':pdf-as-lib') compile project (':signature-standards:sigs-pkcs7detached') compile project (':signature-standards:sigs-pades') - compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.2' - compile group: 'commons-collections', name: 'commons-collections', version: '3.2' - compile group: 'org.apache.commons', name: 'commons-io', version: '1.3.2' - compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.5' + compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.1' + compile 'org.apache.commons:commons-collections4:4.0' + compile 'commons-io:commons-io:2.4' + compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.7' compile group: 'opensymphony', name: 'sitemesh', version: '2.4.2' compile 'javax.xml.ws:jaxws-api:2.2.11' compile "commons-codec:commons-codec:1.9" compile 'com.sun.xml.ws:jaxws-rt:2.2.8' compile 'com.sun.xml.bind:jaxb-impl:2.2.7' compile 'org.apache.commons:commons-lang3:3.3.2' - compile 'org.apache.httpcomponents:httpclient:4.3.4' - compile "org.hibernate:hibernate-core:4.3.5.Final" - compile "org.hibernate:hibernate-entitymanager:4.3.5.Final" - compile "mysql:mysql-connector-java:5.1.28" + compile 'org.apache.httpcomponents:httpclient:4.3.5' + compile "org.hibernate:hibernate-core:4.3.6.Final" + compile "org.hibernate:hibernate-entitymanager:4.3.6.Final" + compile "mysql:mysql-connector-java:5.1.33" compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' providedCompile "javax.servlet:servlet-api:2.5" testCompile group: 'junit', name: 'junit', version: '4.+' -- cgit v1.2.3