Skip to content

Commit 5e24085

Browse files
committed
Upgrade to Apache Johnzon 1.2.7 and OpenPDF 1.3.19
1 parent b24a337 commit 5e24085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ configure(allprojects) { project ->
7575
exclude group: "xpp3", name: "xpp3_min"
7676
exclude group: "xmlpull", name: "xmlpull"
7777
}
78-
dependency "org.apache.johnzon:johnzon-jsonb:1.2.6"
78+
dependency "org.apache.johnzon:johnzon-jsonb:1.2.7"
7979
dependency("org.codehaus.jettison:jettison:1.3.8") {
8080
exclude group: "stax", name: "stax-api"
8181
}
@@ -88,7 +88,7 @@ configure(allprojects) { project ->
8888

8989
dependency "com.h2database:h2:1.4.200"
9090
dependency "com.github.ben-manes.caffeine:caffeine:2.8.4"
91-
dependency "com.github.librepdf:openpdf:1.3.17"
91+
dependency "com.github.librepdf:openpdf:1.3.19"
9292
dependency "com.rometools:rome:1.12.2"
9393
dependency "commons-io:commons-io:2.5"
9494
dependency "io.vavr:vavr:0.10.3"

0 commit comments

Comments
 (0)