aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-11-07 12:00:57 +0000
committerPJ Fanning <fanningpj@apache.org>2023-11-07 12:00:57 +0000
commitc9506f0f3911c5710a8e8c4c0945d0a6e227d308 (patch)
tree487d567bd01ec322a96e97c566bcd5659d319a35 /build.gradle
parenta57344e585ece269b8e860c7cd89e36c5334fad7 (diff)
downloadpoi-c9506f0f3911c5710a8e8c4c0945d0a6e227d308.tar.gz
poi-c9506f0f3911c5710a8e8c4c0945d0a6e227d308.zip
fix broken HSSFWorkbook test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 7d8a34aeb6..366d661a81 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,7 +43,7 @@ plugins {
repositories {
mavenCentral()
- //maven { url 'https://repository.apache.org/content/repositories/staging' }
+ maven { url 'https://repository.apache.org/content/repositories/staging' }
}
// Only add the plugin for Sonar if enabled
@@ -127,7 +127,7 @@ subprojects {
log4jVersion = '2.21.1'
mockitoVersion = '4.11.0'
hamcrestVersion = '2.2'
- xmlbeansVersion = '5.1.1'
+ xmlbeansVersion = '5.2.0'
batikVersion = '1.17'
graphics2dVersion = '0.43'
pdfboxVersion = '2.0.29'
@@ -177,7 +177,7 @@ subprojects {
repositories {
mavenCentral()
- //maven { url 'https://repository.apache.org/content/repositories/staging' }
+ maven { url 'https://repository.apache.org/content/repositories/staging' }
}
dependencies {