Skip to content

Commit a6fb7e9

Browse files
committed
Support for Protobuf 4.x
This commit compiles our Protobuf against 4.27, effectively raising our baseline to 3.9+. This commit also re-generates all the Java messages from the .proto spec using the latest protoc binary. Closes gh-33011
1 parent 2a68093 commit a6fb7e9

File tree

18 files changed

+1513
-1330
lines changed

18 files changed

+1513
-1330
lines changed

framework-platform/framework-platform.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
api("com.google.code.findbugs:findbugs:3.0.1")
3232
api("com.google.code.findbugs:jsr305:3.0.2")
3333
api("com.google.code.gson:gson:2.10.1")
34-
api("com.google.protobuf:protobuf-java-util:3.25.3")
34+
api("com.google.protobuf:protobuf-java-util:4.27.1")
3535
api("com.h2database:h2:2.2.224")
3636
api("com.jayway.jsonpath:json-path:2.9.0")
3737
api("com.rometools:rome:1.19.0")

0 commit comments

Comments
 (0)