]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16252 update protobuf to 3.21.0
authorZipeng WU <zipeng.wu@sonarsource.com>
Fri, 27 May 2022 10:16:52 +0000 (12:16 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 30 May 2022 20:02:56 +0000 (20:02 +0000)
build.gradle

index 63683c627eaf184f167cf4b63e16be39b2d8c2e5..acfa5014378f56f48aec2383ce34a26167f32441 100644 (file)
@@ -133,7 +133,7 @@ subprojects {
   }
 
   ext {
-    protobufVersion = '3.20.0'
+    protobufVersion = '3.21.0'
   }
 
   sonarqube {