aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-09-25 22:27:33 +0200
committersonartech <sonartech@sonarsource.com>2024-09-26 20:02:50 +0000
commit5be5b6e11040baf887e39b7467b728f39e208da9 (patch)
tree49e39bea17e85c4c164a242f8d7d7cbd15a739d1
parentad84f39913decd027de30da8e1c10b9acafba2c1 (diff)
downloadsonarqube-5be5b6e11040baf887e39b7467b728f39e208da9.tar.gz
sonarqube-5be5b6e11040baf887e39b7467b728f39e208da9.zip
SONAR-23157 Fix SSF-650
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 19fde1d641d..6d2b68b0b64 100644
--- a/build.gradle
+++ b/build.gradle
@@ -185,7 +185,7 @@ subprojects {
}
ext {
- protobufVersion = '3.21.12'
+ protobufVersion = '3.25.5'
}
sonar {