diff options
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r-- | poi-excelant/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index b59f595f8d..e31baeed0a 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,10 +47,10 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" - testRuntimeOnly 'org.apiguardian:apiguardian-api:1.1.2' + testRuntimeOnly "org.apiguardian:apiguardian-api:${apiGuardianVersion}" if (SAXON_TEST) { - testRuntimeOnly 'net.sf.saxon:Saxon-HE:10.6' + testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}" } } |