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