From 7711bfc749566392dd1d761c4c49d758807164b8 Mon Sep 17 00:00:00 2001 From: Keghani Kouzoujian Date: Wed, 11 Oct 2017 16:09:04 +0200 Subject: [PATCH] Update protoc dep to 3.0.0 (#1958) --- pending_code_changes.txt | 3 +++ tools/java/cpp-build/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pending_code_changes.txt b/pending_code_changes.txt index 412f1bd82..8e5f99032 100644 --- a/pending_code_changes.txt +++ b/pending_code_changes.txt @@ -1,2 +1,5 @@ Build changes: - C++ geocoding build tools now use readdir, since readdir_r is deprecated. + - Update the protobuf-java dependency used to build the C++ metadata from 2.5.0 + to 3.0.0. This is an internal change and does not affect the users of the + library. diff --git a/tools/java/cpp-build/pom.xml b/tools/java/cpp-build/pom.xml index a2378b177..2c43bd943 100644 --- a/tools/java/cpp-build/pom.xml +++ b/tools/java/cpp-build/pom.xml @@ -153,7 +153,7 @@ com.google.protobuf protobuf-java - 2.5.0 + 3.0.0