Skip to content

Commit 1795a6a

Browse files
committed
Upgrade to Hibernate ORM 5.4.13, Apache Johnzon 1.2.4, OpenPDF 1.3.14, Woodstox 6.1.1
1 parent ddaf002 commit 1795a6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configure(allprojects) { project ->
6565

6666
dependency "com.caucho:hessian:4.0.62"
6767
dependency "com.fasterxml:aalto-xml:1.2.2"
68-
dependency("com.fasterxml.woodstox:woodstox-core:6.0.3") {
68+
dependency("com.fasterxml.woodstox:woodstox-core:6.1.1") {
6969
exclude group: "stax", name: "stax-api"
7070
}
7171
dependency "com.google.code.gson:gson:2.8.6"
@@ -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.3"
78+
dependency "org.apache.johnzon:johnzon-jsonb:1.2.4"
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.1"
91-
dependency "com.github.librepdf:openpdf:1.3.13"
91+
dependency "com.github.librepdf:openpdf:1.3.14"
9292
dependency "com.rometools:rome:1.12.2"
9393
dependency "commons-io:commons-io:2.5"
9494
dependency "io.vavr:vavr:0.10.2"
@@ -115,7 +115,7 @@ configure(allprojects) { project ->
115115
dependency "net.sf.ehcache:ehcache:2.10.6"
116116
dependency "org.ehcache:jcache:1.0.1"
117117
dependency "org.ehcache:ehcache:3.4.0"
118-
dependency "org.hibernate:hibernate-core:5.4.12.Final"
118+
dependency "org.hibernate:hibernate-core:5.4.13.Final"
119119
dependency "org.hibernate:hibernate-validator:6.1.2.Final"
120120
dependency "org.webjars:webjars-locator-core:0.44"
121121
dependency "org.webjars:underscorejs:1.8.3"

0 commit comments

Comments
 (0)