deps: Bump protobuf v21.10 -> v21.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Protobuf=v21.10
|
||||
Protobuf=v21.12
|
||||
abseil-cpp=20220623.1
|
||||
Cbc=2.10.7
|
||||
Cgl=0.60.5
|
||||
|
||||
@@ -42,7 +42,7 @@ git_repository(
|
||||
# Protobuf
|
||||
git_repository(
|
||||
name = "com_google_protobuf",
|
||||
tag = "v21.10",
|
||||
tag = "v21.12",
|
||||
remote = "https://github.com/protocolbuffers/protobuf.git",
|
||||
)
|
||||
# Load common dependencies.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
absl-py >= 0.13
|
||||
numpy >= 1.13.3
|
||||
protobuf >= 4.21.10
|
||||
protobuf >= 4.21.12
|
||||
scipy >= 1.10.0
|
||||
|
||||
@@ -100,9 +100,9 @@ if(BUILD_Protobuf)
|
||||
FetchContent_Declare(
|
||||
protobuf
|
||||
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
|
||||
GIT_TAG "v21.10"
|
||||
GIT_TAG "v21.12"
|
||||
GIT_SUBMODULES ""
|
||||
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v21.10.patch")
|
||||
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v21.12.patch")
|
||||
FetchContent_MakeAvailable(protobuf)
|
||||
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
||||
message(CHECK_PASS "fetched")
|
||||
|
||||
@@ -116,9 +116,9 @@ set(protobuf_MSVC_STATIC_RUNTIME OFF)
|
||||
FetchContent_Declare(
|
||||
protobuf
|
||||
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
|
||||
GIT_TAG "v21.5"
|
||||
GIT_TAG "v21.12"
|
||||
GIT_SUBMODULES ""
|
||||
PATCH_COMMAND git apply "${CMAKE_CURRENT_LIST_DIR}/../../../patches/protobuf-v21.10.patch")
|
||||
PATCH_COMMAND git apply "${CMAKE_CURRENT_LIST_DIR}/../../../patches/protobuf-v21.12.patch")
|
||||
FetchContent_MakeAvailable(protobuf)
|
||||
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
||||
message(CHECK_PASS "fetched")
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.21.10"/>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.21.12"/>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Need to add required runtime dependencies so Meta-Project will pull runtime Nuget(s) -->
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.21.10"/>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.21.12"/>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Need to add required runtime dependencies so Meta-Project will pull runtime Nuget(s) -->
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>3.21.10</version>
|
||||
<version>3.21.12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>3.21.10</version>
|
||||
<version>3.21.12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>3.21.10</version>
|
||||
<version>3.21.12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
||||
@@ -45,7 +45,7 @@ setup(
|
||||
install_requires=[
|
||||
'absl-py >= 0.13',
|
||||
'numpy >= 1.13.3',
|
||||
'protobuf >= 4.21.10',
|
||||
'protobuf >= 4.21.12',
|
||||
'scipy >= 1.10.0',
|
||||
],
|
||||
package_data={
|
||||
|
||||
Reference in New Issue
Block a user