aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-09-06 15:12:52 +0000
committerPJ Fanning <fanningpj@apache.org>2023-09-06 15:12:52 +0000
commit9821182d57b9a15f50cfba553e25315995f01cb7 (patch)
tree7529650612728f52789d141599f863a487379b33 /poi/build.gradle
parentaad473eaca864b75b20d216d18302c901edd026e (diff)
downloadpoi-9821182d57b9a15f50cfba553e25315995f01cb7.tar.gz
poi-9821182d57b9a15f50cfba553e25315995f01cb7.zip
SparseBitSet 1.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi/build.gradle')
-rw-r--r--poi/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index c3d6587a5f..94cf7f8c67 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -40,7 +40,7 @@ dependencies {
api 'org.apache.commons:commons-collections4:4.4'
api "org.apache.commons:commons-math3:${commonsMathVersion}"
api "commons-io:commons-io:${commonsIoVersion}"
- api 'com.zaxxer:SparseBitSet:1.2'
+ api 'com.zaxxer:SparseBitSet:1.3'
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
testImplementation 'org.reflections:reflections:0.10.2'