diff options
author | Ambroise C. <ambroise.christea@sonarsource.com> | 2025-03-19 11:36:43 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-03-19 20:03:10 +0000 |
commit | 71d61816d5b209c49cb10c4b0e4e382195c0e22d (patch) | |
tree | 2035afd2514c7b0a82f03c29fdbf213f7818d419 | |
parent | 249428872a0cbe2520d8e8525ace60380fcfe468 (diff) | |
download | sonarqube-71d61816d5b209c49cb10c4b0e4e382195c0e22d.tar.gz sonarqube-71d61816d5b209c49cb10c4b0e4e382195c0e22d.zip |
SONAR-24551 Upgrade UI version
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index b6cfc37e50b..3734f0670aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ elasticSearchServerVersion=8.16.3 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.13+11 -webappVersion=2025.2.0.14241 +webappVersion=2025.2.0.14268 |