diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-12-16 17:03:30 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-20 20:03:01 +0000 |
commit | db0767822d0d0767b220453b7f188ae2e08bf354 (patch) | |
tree | 76c1d1ecad401162be5df85303ade90e4c800f17 | |
parent | cebbb10a17eae9927a120a749a83522c97ccd24a (diff) | |
download | sonarqube-db0767822d0d0767b220453b7f188ae2e08bf354.tar.gz sonarqube-db0767822d0d0767b220453b7f188ae2e08bf354.zip |
[NO JIRA] Update protobuf to 3.21.12
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index accf4753fad..ee0d0ecb32d 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ subprojects { } ext { - protobufVersion = '3.21.7' + protobufVersion = '3.21.12' } sonar { |