Use protobuf 3.24.1 by default (#788)

pull/792/head 2.1.43
Michele Locati 2023-08-19 16:11:25 +02:00 committed by GitHub
parent 3b15696439
commit 3184a373fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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