From ee9db8bec1d2dae7232a8189ea33f1602fb215a7 Mon Sep 17 00:00:00 2001 From: Mario Siegenthaler Date: Tue, 19 Nov 2024 10:24:15 +0100 Subject: [PATCH] fix build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 570c7e6..c5b985e 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { dependencies { implementation('commons-io:commons-io:2.16.1') implementation("org.javassist:javassist:3.30.2-GA") - implementation("org.springframework:spring-expression:6.2.0") + implementation("org.springframework:spring-expression:5.3.39") // We want docx-stamper to be usable with any docx4j version, so the dependency to docx4J // has to be provided by the client.