diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2025-01-27 17:48:08 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-01-28 20:03:04 +0000 |
commit | d4acca8aa3c0a408090d919cf7c75ad4746d0179 (patch) | |
tree | 47f9898af77db341f8c2db1d97594c887a2ae07d /gradle.properties | |
parent | b5bc1c4eb81a91ba3c7828239873420a2ec8ac1f (diff) | |
download | sonarqube-d4acca8aa3c0a408090d919cf7c75ad4746d0179.tar.gz sonarqube-d4acca8aa3c0a408090d919cf7c75ad4746d0179.zip |
SONAR-24226 Update webappVersion to the latest
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index e7d79657e18..f01f9fb0d45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ elasticSearchServerVersion=8.16.1 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.13+11 -webappVersion=2025.1.0.10869 +webappVersion=2025.1.0.11145 |