aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-examples/build.gradle')
-rw-r--r--poi-examples/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle
index 97567a4927..f4a4a1d99d 100644
--- a/poi-examples/build.gradle
+++ b/poi-examples/build.gradle
@@ -47,7 +47,7 @@ dependencies {
testImplementation project(path: ':poi', configuration: 'tests')
if (SAXON_TEST) {
- testRuntimeOnly 'net.sf.saxon:Saxon-HE:10.6'
+ testRuntimeOnly "net.sf.saxon:Saxon-HE:${saxonVersion}"
}
}