Remove support for Protobuf 2.x and protobuf-java-format

Closes gh-31465
This commit is contained in:
Brian Clozel
2023-10-20 15:05:02 +02:00
parent 7271dfed68
commit 631a5d1dc1
4 changed files with 7 additions and 131 deletions

View File

@@ -30,8 +30,7 @@ dependencies {
api("com.google.code.findbugs:findbugs:3.0.1")
api("com.google.code.findbugs:jsr305:3.0.2")
api("com.google.code.gson:gson:2.10.1")
api("com.google.protobuf:protobuf-java-util:3.23.2")
api("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
api("com.google.protobuf:protobuf-java-util:3.24.4")
api("com.h2database:h2:2.2.220")
api("com.jayway.jsonpath:json-path:2.8.0")
api("com.rometools:rome:1.19.0")