From 6f1a81ac8c85ce857a2e42f0030aed0243f37038 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 23 May 2025 14:40:37 +0000 Subject: [PATCH] upgrade deps git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925765 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- build.xml | 2 +- poi-ooxml/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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'