Skip to content

Commit

Permalink
Fixed tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Desire456 committed Jul 8, 2021
1 parent 6ba82de commit 32ef277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ configure(core) {
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
exclude(group: 'com.fasterxml.jackson.core')
}
compile(group: "org.docx4j", name: "docx4j-export-fo", version: "8.1.6") {
compile(group: "org.docx4j", name: "docx4j-export-fo", version: "8.2.9") {
exclude(group: 'junit', module: 'junit')
exclude(group: 'log4j', module: 'log4j')
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
Expand Down

0 comments on commit 32ef277

Please sign in to comment.