diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-12-06 08:42:17 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-09 20:03:17 +0000 |
commit | 2c970fe68235c69940832c4056774324a2dd1c10 (patch) | |
tree | 631b64b4c8ee5609d6971ec7c3cff3dd0e177f26 | |
parent | 57da177670857132fee756199054f809ccb038e2 (diff) | |
download | sonarqube-2c970fe68235c69940832c4056774324a2dd1c10.tar.gz sonarqube-2c970fe68235c69940832c4056774324a2dd1c10.zip |
SONAR-23869 Update ElasticSearch server from 8.14.3 to 8.16.1
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index b09a27d3704..ed89d8b555f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m org.gradle.caching=true org.gradle.vfs.watch=true -elasticSearchServerVersion=8.14.3 +elasticSearchServerVersion=8.16.1 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.13+11 |