Skip to content

Commit

Permalink
Bump protobuf-java to 3.23.0 (#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Jun 16, 2023
1 parent b2cdbf9 commit 2b2630a
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 @@ -101,7 +101,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.21.9'
static final String PROTOBUF_VERSION = '3.23.0'

// 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 2b2630a

Please sign in to comment.