Skip to content

Commit 2267080

Browse files
committed
Upgrade to Protobuf 3.11 and Apache Johnzon 1.2.2
1 parent b3020bc commit 2267080

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
@@ -84,13 +84,13 @@ configure(allprojects) { project ->
8484
exclude group: "stax", name: "stax-api"
8585
}
8686
dependency "com.google.code.gson:gson:2.8.6"
87-
dependency "com.google.protobuf:protobuf-java-util:3.10.0"
87+
dependency "com.google.protobuf:protobuf-java-util:3.11.0"
8888
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
8989
dependency("com.thoughtworks.xstream:xstream:1.4.11.1") {
9090
exclude group: "xpp3", name: "xpp3_min"
9191
exclude group: "xmlpull", name: "xmlpull"
9292
}
93-
dependency "org.apache.johnzon:johnzon-jsonb:1.2.1"
93+
dependency "org.apache.johnzon:johnzon-jsonb:1.2.2"
9494
dependency("org.codehaus.jettison:jettison:1.3.8") {
9595
exclude group: "stax", name: "stax-api"
9696
}

0 commit comments

Comments
 (0)