xmlbeans 5.1.0 rc1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-08-17 08:45:42 +00:00
parent 624b907c5d
commit c4dd68a4e6
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ subprojects {
log4jVersion = '2.18.0'
mockitoVersion = '4.7.0'
hamcrestVersion = '2.2'
xmlbeansVersion = '5.1.0'
xmlbeansVersion = '5.1.1'
batikVersion = '1.14'
graphics2dVersion = '0.38'
pdfboxVersion = '2.0.26'
@ -189,7 +189,7 @@ subprojects {
repositories {
mavenCentral()
//maven { url 'https://repository.apache.org/content/repositories/staging' }
maven { url 'https://repository.apache.org/content/repositories/staging' }
}
dependencies {