diff --git a/build.gradle b/build.gradle index 17f6b1bd26..738abd8c5d 100644 --- a/build.gradle +++ b/build.gradle @@ -34,10 +34,10 @@ plugins { id 'com.dorongold.task-tree' version '4.0.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' - id "com.github.spotbugs" version '6.1.10' + id 'com.github.spotbugs' version '6.1.12' id 'de.thetaphi.forbiddenapis' version '3.9' id 'org.sonarqube' version '4.0.0.2929' - id 'org.cyclonedx.bom' version '2.3.0' + id 'org.cyclonedx.bom' version '2.3.1' id 'com.adarshr.test-logger' version '3.2.0' } diff --git a/build.xml b/build.xml index 9d75ad7e3a..f8c8550130 100644 --- a/build.xml +++ b/build.xml @@ -283,7 +283,7 @@ under the License. - + diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 2f8a76de47..f90d6a5cb8 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -114,7 +114,7 @@ dependencies { testImplementation project(path:':poi', configuration:'tests') testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives') testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" - testImplementation 'org.xmlunit:xmlunit-core:2.10.1' + testImplementation 'org.xmlunit:xmlunit-core:2.10.2' testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.openjdk.jmh:jmh-core:1.36' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.36'