Use protobuf 3.23.2 by default (#749)

pull/752/head 2.1.27
Michele Locati 2023-05-26 19:26:51 +02:00 committed by GitHub
parent 20e35cd901
commit fb27612181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3084,7 +3084,7 @@ installRemoteModule() {
installRemoteModule_version=3.12.4
else
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.23.1
installRemoteModule_version=3.23.2
fi
fi
;;