upgrade deps

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-05-29 15:55:30 +00:00
parent 9a4a4270ec
commit c5af268cc9

View File

@ -34,7 +34,7 @@ plugins {
id 'com.dorongold.task-tree' version '4.0.1' id 'com.dorongold.task-tree' version '4.0.1'
id 'org.nosphere.apache.rat' version '0.8.1' id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution' id 'distribution'
id 'com.github.spotbugs' version '6.1.12' id 'com.github.spotbugs' version '6.1.13'
id 'de.thetaphi.forbiddenapis' version '3.9' id 'de.thetaphi.forbiddenapis' version '3.9'
id 'org.sonarqube' version '4.0.0.2929' id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.3.1' id 'org.cyclonedx.bom' version '2.3.1'
@ -143,7 +143,7 @@ subprojects {
resolutionStrategy { resolutionStrategy {
force "commons-io:commons-io:${commonsIoVersion}" force "commons-io:commons-io:${commonsIoVersion}"
force 'org.slf4j:slf4j-api:2.0.17' force 'org.slf4j:slf4j-api:2.0.17'
force 'com.fasterxml.woodstox:woodstox-core:7.1.0' force 'com.fasterxml.woodstox:woodstox-core:7.1.1'
} }
} }
} }