Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Nov 19, 2024
1 parent d1cabfe commit d75ec87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ ext {
bintrayUser = System.getProperty("bintray.user")
bintrayKey = System.getProperty("bintray.key")
buildNumber = System.getProperty("build.number")
docx4JVersion = System.getProperty("docx4j.version") ? System.getProperty("docx4j.version") : '11.4.9'
docx4JVersion = System.getProperty("docx4j.version") ? System.getProperty("docx4j.version") : '11.5.0'
}

dependencies {
implementation('commons-io:commons-io:2.7')
implementation("org.javassist:javassist:3.29.2-GA")
implementation("org.springframework:spring-expression:5.3.28")
implementation('commons-io:commons-io:2.16.1')
implementation("org.javassist:javassist:3.30.2-GA")
implementation("org.springframework:spring-expression:6.2.0")

// 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 d75ec87

Please sign in to comment.