diff options
Diffstat (limited to 'pdf-as-lib/build.gradle')
-rw-r--r-- | pdf-as-lib/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index 06018df8..a5d90939 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -42,7 +42,7 @@ dependencies { compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.1' compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1' - compile group: 'org.apache.commons', name: 'commons-io', version: '1.3.2' + compile group: 'commons-io', name: 'commons-io', version: '2.4' compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'org.apache.axis2', name: 'axis2', version: '1.6.2' compile group: 'org.apache.axis2', name: 'axis2-jaxws', version: '1.6.2' |