aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-10-04 15:36:46 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:16 +0000
commit6f886fb39d99cc49e20ac430f695f319b948dc2f (patch)
tree397c85f7e5063072f404e92b86f3b472e789d8bc /build.gradle
parent85cdf5270d3cd639614e3d6422ef9724ec0e1e07 (diff)
downloadsonarqube-6f886fb39d99cc49e20ac430f695f319b948dc2f.tar.gz
sonarqube-6f886fb39d99cc49e20ac430f695f319b948dc2f.zip
SONAR-23133 Upgrade com.google.protobuf protoc and protobuf-java from 3.25.5 to 4.28.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b174da09ae8..01c20a0cb9b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -207,7 +207,7 @@ subprojects {
}
ext {
- protobufVersion = '3.25.5'
+ protobufVersion = '4.28.2'
springVersion = '5.3.39'
elasticSearchClientVersion = '7.17.24'
}