Skip to content

Commit

Permalink
Bump protobuf-java version (#3107)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Nov 23, 2022
1 parent 2df2dcf commit f495fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Classpaths.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Classpaths {
// TODO(deephaven-core#1685): Create strategy around updating and maintaining protoc version
static final String PROTOBUF_GROUP = 'com.google.protobuf'
static final String PROTOBUF_NAME = 'protobuf-java'
static final String PROTOBUF_VERSION = '3.20.1'
static final String PROTOBUF_VERSION = '3.21.9'

// See dependency matrix for particular gRPC versions at https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
static final String BORINGSSL_GROUP = 'io.netty'
Expand Down

0 comments on commit f495fd7

Please sign in to comment.