From d92b80c8327b8430ee4fe3a93bf357138c8fbe8d Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Mon, 1 Mar 2021 13:52:10 +0100 Subject: [PATCH] update build def files to use protobuf 3.15.3 --- ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in | 2 +- ortools/java/pom-local.xml.in | 2 +- ortools/java/pom.xml.in | 2 +- ortools/python/setup.py.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in b/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in index fd136a8385..00bda99d5b 100644 --- a/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in +++ b/ortools/dotnet/Google.OrTools/Google.OrTools.csproj.in @@ -137,7 +137,7 @@ - + diff --git a/ortools/java/pom-local.xml.in b/ortools/java/pom-local.xml.in index aa6e9f2c43..9f14c6c815 100644 --- a/ortools/java/pom-local.xml.in +++ b/ortools/java/pom-local.xml.in @@ -70,7 +70,7 @@ com.google.protobuf protobuf-java - 3.14.0 + 3.15.3 diff --git a/ortools/java/pom.xml.in b/ortools/java/pom.xml.in index 34e50ec43e..633bcbe644 100644 --- a/ortools/java/pom.xml.in +++ b/ortools/java/pom.xml.in @@ -58,7 +58,7 @@ com.google.protobuf protobuf-java - 3.14.0 + 3.15.3 junit diff --git a/ortools/python/setup.py.in b/ortools/python/setup.py.in index 02ac4d786e..eeaf2fe6d2 100644 --- a/ortools/python/setup.py.in +++ b/ortools/python/setup.py.in @@ -42,7 +42,7 @@ setup( version='@PROJECT_VERSION@', packages=find_packages(), install_requires=[ - 'protobuf >= 3.14.0', + 'protobuf >= 3.15.3', 'absl-py >= 0.11', ], package_data={