summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-10-22 22:51:31 +0000
committerPJ Fanning <fanningpj@apache.org>2020-10-22 22:51:31 +0000
commita2dcb10f67c816acd1ab9ed779dae12ad7536603 (patch)
tree7b0f9b284ffcc9e1b5beda8fcd37a30cb4d17be3 /build.gradle
parent9c367c57c05c18b63cf35ebfbb8e6e82d5a1c20c (diff)
downloadpoi-a2dcb10f67c816acd1ab9ed779dae12ad7536603.tar.gz
poi-a2dcb10f67c816acd1ab9ed779dae12ad7536603.zip
update commons-codec
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index d34280d88f..a0698cfc58 100644
--- a/build.gradle
+++ b/build.gradle
@@ -108,12 +108,12 @@ subprojects {
version = '5.0.0-SNAPSHOT'
ext {
bouncyCastleVersion = '1.66'
- commonsCodecVersion = '1.14'
+ commonsCodecVersion = '1.15'
commonsCompressVersion = '1.20'
commonsMathVersion = '3.6.1'
japicmpversion = '4.1.2'
junitVersion = '4.13'
- mockitoVersion = '3.5.0'
+ mockitoVersion = '3.5.15'
xmlbeansVersion = '4.0.0'
}