desp: Bump Protobuf v21.5 -> v21.9

This commit is contained in:
Mizux Seiha
2022-11-29 18:01:04 +01:00
parent ea42a32955
commit 9ae5abef11
10 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ git_repository(
# Protobuf
git_repository(
name = "com_google_protobuf",
tag = "v21.7",
tag = "v21.9",
remote = "https://github.com/protocolbuffers/protobuf.git",
)
# Load common dependencies.

View File

@@ -1,3 +1,3 @@
absl-py >= 0.13
numpy >= 1.13.3
protobuf >= 4.21.5
protobuf >= 4.21.9

View File

@@ -100,9 +100,9 @@ if(BUILD_Protobuf)
FetchContent_Declare(
protobuf
GIT_REPOSITORY "https://github.com/protocolbuffers/protobuf.git"
GIT_TAG "v21.5"
GIT_TAG "v21.9"
GIT_SUBMODULES ""
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v21.5.patch")
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/protobuf-v21.9.patch")
FetchContent_MakeAvailable(protobuf)
list(POP_BACK CMAKE_MESSAGE_INDENT)
message(CHECK_PASS "fetched")

View File

@@ -176,7 +176,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.5"/>
<PackageReference Include="Google.Protobuf" Version="3.21.9"/>
</ItemGroup>
<!-- Need to add required runtime dependencies so Meta-Project will pull runtime Nuget(s) -->

View File

@@ -164,7 +164,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.5"/>
<PackageReference Include="Google.Protobuf" Version="3.21.9"/>
</ItemGroup>
<!-- Need to add required runtime dependencies so Meta-Project will pull runtime Nuget(s) -->

View File

@@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.5</version>
<version>3.21.9</version>
</dependency>
</dependencies>

View File

@@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.5</version>
<version>3.21.9</version>
</dependency>
</dependencies>

View File

@@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.21.5</version>
<version>3.21.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@@ -45,7 +45,7 @@ setup(
install_requires=[
'absl-py >= 0.13',
'numpy >= 1.13.3',
'protobuf >= 4.21.5',
'protobuf >= 4.21.9',
],
package_data={
'@PYTHON_PROJECT@':[$<$<STREQUAL:$<TARGET_PROPERTY:@PROJECT_NAME@,TYPE>,SHARED_LIBRARY>:'.libs/*','../$<TARGET_SONAME_FILE_NAME:@PROJECT_NAME@>'>],