diff options
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index f8f2510a74..0411970d1d 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -131,7 +131,7 @@ dependencies { } testImplementation project(path:':poi', configuration:'tests') testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives') - testRuntimeOnly 'org.apiguardian:apiguardian-api:1.1.2' + testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" testImplementation 'org.xmlunit:xmlunit-core:2.8.3' testImplementation 'org.reflections:reflections:0.10.2' testImplementation 'org.openjdk.jmh:jmh-core:1.33' @@ -144,7 +144,7 @@ dependencies { testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" if (SAXON_TEST) { - testRuntimeOnly 'net.sf.saxon:Saxon-HE:10.6' + testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" } broken("org.apache.xmlgraphics:batik-script:${batikVersion}"){ |