Skip to content

Commit cabd126

Browse files
committed
Upgrade to Woodstox 6.3, Gson 2.9, Protobuf 3.21.2
1 parent a426f87 commit cabd126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ configure(allprojects) { project ->
7070
dependency "io.r2dbc:r2dbc-h2:1.0.0.RC1"
7171

7272
dependency "com.fasterxml:aalto-xml:1.3.1"
73-
dependency("com.fasterxml.woodstox:woodstox-core:6.2.8") {
73+
dependency("com.fasterxml.woodstox:woodstox-core:6.3.0") {
7474
exclude group: "stax", name: "stax-api"
7575
}
76-
dependency "com.google.code.gson:gson:2.8.9"
77-
dependency "com.google.protobuf:protobuf-java-util:3.19.3"
76+
dependency "com.google.code.gson:gson:2.9.0"
77+
dependency "com.google.protobuf:protobuf-java-util:3.21.2"
7878
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
7979
dependency "com.thoughtworks.qdox:qdox:2.0.1"
8080
dependency("com.thoughtworks.xstream:xstream:1.4.19") {

0 commit comments

Comments
 (0)