use xmlbeans 5.0.3 staged version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-12 10:52:06 +00:00
parent 0f18de4b06
commit c81e996b0a

View File

@ -122,7 +122,7 @@ subprojects {
log4jVersion = '2.15.0'
mockitoVersion = '4.1.0'
hamcrestVersion = '2.2'
xmlbeansVersion = '5.0.2'
xmlbeansVersion = '5.0.3'
batikVersion = '1.14'
saxonVersion = '10.6'
apiGuardianVersion = '1.1.2'
@ -166,6 +166,9 @@ subprojects {
maven {
url 'https://repository.apache.org/content/repositories/releases'
}
maven {
url 'https://repository.apache.org/content/repositories/staging'
}
}
dependencies {