Skip to content

Commit d98e2c3

Browse files
committed
[occ] Bump dependencies
1 parent 030bb36 commit d98e2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

occ/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ find_package(Boost 1.68 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
160160

161161
# Protobuf
162162
set(protobuf_MODULE_COMPATIBLE TRUE)
163-
find_package(protobuf 3.7.1 CONFIG REQUIRED)
163+
find_package(protobuf 3.11.4 CONFIG REQUIRED)
164164
message(STATUS "Using protobuf ${protobuf_VERSION}")
165165

166166
# OpenSSL on Mac
@@ -169,7 +169,7 @@ if (APPLE)
169169
endif()
170170

171171
# gRPC
172-
find_package(gRPC 1.19.1 CONFIG REQUIRED)
172+
find_package(gRPC 1.27.3 CONFIG REQUIRED)
173173
message(STATUS "Using gRPC ${gRPC_VERSION}")
174174

175175
# gRPC C++ plugin

0 commit comments

Comments
 (0)