diff options
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r-- | poi-scratchpad/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle index d5276b8f22..803c8c6c49 100644 --- a/poi-scratchpad/build.gradle +++ b/poi-scratchpad/build.gradle @@ -45,10 +45,10 @@ dependencies { testImplementation project(path: ':poi', configuration: 'tests') testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" - 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}" } javadocs project(':poi') |