diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2025-03-17 14:19:17 +0100 |
---|---|---|
committer | Matteo Mara <matteo.mara@sonarsource.com> | 2025-03-17 22:23:56 +0100 |
commit | c20d00565e5d0b7bd06d358d6c21af1f13d69581 (patch) | |
tree | 1b141870d6fc2887802e5dfed654ae697e632938 | |
parent | 53fc5e44fa8bab799f59e1673c838e8164784142 (diff) | |
download | sonarqube-c20d00565e5d0b7bd06d358d6c21af1f13d69581.tar.gz sonarqube-c20d00565e5d0b7bd06d358d6c21af1f13d69581.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 6d941c15b90..b5075b26036 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.13869 +webappVersion=2025.2.0.14025 |