diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-16 09:23:22 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-16 09:23:22 +0000 |
commit | 1e43be9387ff95b269903672617f94cecb77482f (patch) | |
tree | 02ea9c0246cb899f3df9d2805e45bd461698b3f6 | |
parent | c105f7f7d5716ff1283d39e2ad75642555d40ee1 (diff) | |
download | poi-1e43be9387ff95b269903672617f94cecb77482f.tar.gz poi-1e43be9387ff95b269903672617f94cecb77482f.zip |
back to xmlbeans 5.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896031 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1b398c8ffc..bc8f39e39e 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ subprojects { log4jVersion = '2.16.0' mockitoVersion = '4.1.0' hamcrestVersion = '2.2' - xmlbeansVersion = '5.0.3' + xmlbeansVersion = '5.0.2' batikVersion = '1.14' saxonVersion = '10.6' apiGuardianVersion = '1.1.2' |