diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2025-03-13 18:17:23 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-03-13 20:03:15 +0000 |
commit | 0cb598a8d618308002ee5c9a15f43b9d13ab2dc3 (patch) | |
tree | 324f4f3988100ce24c7533f7601936dd5ec7fecb | |
parent | 0a17794cec6f026a1a3cb39185c934df5930e6cc (diff) | |
download | sonarqube-0cb598a8d618308002ee5c9a15f43b9d13ab2dc3.tar.gz sonarqube-0cb598a8d618308002ee5c9a15f43b9d13ab2dc3.zip |
SONAR-24551 Update UI version
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 848854ca4c3..6c7141e1a6a 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.13764 +webappVersion=2025.2.0.13869 |