diff options
| author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-09-26 10:12:25 +0200 | 
|---|---|---|
| committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-09-26 10:12:25 +0200 | 
| commit | d808ad7a35e90b34622dc7161ddcad4f8861b69f (patch) | |
| tree | c1cc64c496794f5ad9f3e8673bf6d8fce29caf89 /pdf-as-web | |
| parent | 1ae266dacef1559dc601c9bc5552529ffb04fbaa (diff) | |
| download | pdf-as-4-d808ad7a35e90b34622dc7161ddcad4f8861b69f.tar.gz pdf-as-4-d808ad7a35e90b34622dc7161ddcad4f8861b69f.tar.bz2 pdf-as-4-d808ad7a35e90b34622dc7161ddcad4f8861b69f.zip | |
dependency version updates
Diffstat (limited to 'pdf-as-web')
| -rw-r--r-- | pdf-as-web/build.gradle | 16 | 
1 files changed, 8 insertions, 8 deletions
| 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.+' | 
