Skip to content

Commit

Permalink
Upgrade to Apache Johnzon 1.2.7 and OpenPDF 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jun 11, 2020
1 parent b24a337 commit 5e24085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ configure(allprojects) { project ->
exclude group: "xpp3", name: "xpp3_min"
exclude group: "xmlpull", name: "xmlpull"
}
dependency "org.apache.johnzon:johnzon-jsonb:1.2.6"
dependency "org.apache.johnzon:johnzon-jsonb:1.2.7"
dependency("org.codehaus.jettison:jettison:1.3.8") {
exclude group: "stax", name: "stax-api"
}
Expand All @@ -88,7 +88,7 @@ configure(allprojects) { project ->

dependency "com.h2database:h2:1.4.200"
dependency "com.github.ben-manes.caffeine:caffeine:2.8.4"
dependency "com.github.librepdf:openpdf:1.3.17"
dependency "com.github.librepdf:openpdf:1.3.19"
dependency "com.rometools:rome:1.12.2"
dependency "commons-io:commons-io:2.5"
dependency "io.vavr:vavr:0.10.3"
Expand Down

0 comments on commit 5e24085

Please sign in to comment.