Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Nov 19, 2024
1 parent f28da4b commit ee9db8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee9db8b

Please sign in to comment.