aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-09-04 14:57:03 +0000
committerPJ Fanning <fanningpj@apache.org>2023-09-04 14:57:03 +0000
commit9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0 (patch)
treeec0706788004cad699853e715fae7a7378e179f4 /build.gradle
parent29990737157a4af2e2462252a44db665671e2a6e (diff)
downloadpoi-9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0.tar.gz
poi-9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0.zip
slf4j 2.0.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912088 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 624fb397e1..d1333f25fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ configurations {
dependencies {
antLibs("org.junit.jupiter:junit-jupiter:5.10.0")
- antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
+ antLibs("org.apache.ant:ant-junitlauncher:1.10.14")
}
ant.taskdef(name: "junit",
@@ -128,8 +128,8 @@ subprojects {
hamcrestVersion = '2.2'
xmlbeansVersion = '5.1.1'
batikVersion = '1.17'
- graphics2dVersion = '0.43'
- pdfboxVersion = '2.0.29'
+ graphics2dVersion = '3.0.0'
+ pdfboxVersion = '3.0.0'
saxonVersion = '11.5'
apiGuardianVersion = '1.1.2'
@@ -151,7 +151,7 @@ subprojects {
all {
resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}"
- force 'org.slf4j:slf4j-api:2.0.7'
+ force 'org.slf4j:slf4j-api:2.0.9'
force 'com.fasterxml.woodstox:woodstox-core:6.5.1'
}
}