diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-09-25 22:27:33 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-26 20:02:50 +0000 |
commit | 5be5b6e11040baf887e39b7467b728f39e208da9 (patch) | |
tree | 49e39bea17e85c4c164a242f8d7d7cbd15a739d1 | |
parent | ad84f39913decd027de30da8e1c10b9acafba2c1 (diff) | |
download | sonarqube-5be5b6e11040baf887e39b7467b728f39e208da9.tar.gz sonarqube-5be5b6e11040baf887e39b7467b728f39e208da9.zip |
SONAR-23157 Fix SSF-650
-rw-r--r-- | build.gradle | 2 |
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 { |