diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-06-06 10:02:21 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-06-06 10:02:21 +0000 |
commit | f235d3357caf60f86bace79665f829bfde6f6edb (patch) | |
tree | ddb0647a8026880be035b392dfa70ba6a25d4bc8 /build.gradle | |
parent | b7930fc65cadb685a49ec79e45c101a16146cd3f (diff) | |
download | poi-f235d3357caf60f86bace79665f829bfde6f6edb.tar.gz poi-f235d3357caf60f86bace79665f829bfde6f6edb.zip |
upgrade and mockito
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 0c0bc5eda5..b8628215e3 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ ant.taskdef(name: "junit", classpath: configurations.antLibs.asPath) wrapper { - gradleVersion = '6.1.1' + gradleVersion = '6.5' } task adjustWrapperPropertiesFile { @@ -98,7 +98,7 @@ subprojects { commonsMathVersion = '3.6.1' japicmpversion = '4.1.2' junitVersion = '4.13' - mockitoVersion = '3.2.4' + mockitoVersion = '3.3.3' xmlbeansVersion = '3.1.0' } @@ -188,9 +188,6 @@ project('main') { compile 'commons-logging:commons-logging:1.2' compile 'org.apache.commons:commons-collections4:4.4' compile "org.apache.commons:commons-math3:${commonsMathVersion}" - compile 'javax.xml.bind:jaxb-api:2.3.1' - compile 'com.sun.xml.bind:jaxb-impl:2.3.2' - compile 'com.sun.xml.bind:jaxb-core:2.3.0.1' compile 'javax.activation:activation:1.1.1' compile 'com.zaxxer:SparseBitSet:1.2' |