diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2025-02-21 11:51:00 +0100 |
---|---|---|
committer | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2025-02-28 09:57:46 +0100 |
commit | 156a0469174658f248363c7382b8794abd3ca755 (patch) | |
tree | 7ca98c929b6cbf9e0eabd5b7b22099b9a111054f /gradle.properties | |
parent | ba3d47115b56a4f7d1747801805a1d110ad5cddd (diff) | |
download | sonarqube-156a0469174658f248363c7382b8794abd3ca755.tar.gz sonarqube-156a0469174658f248363c7382b8794abd3ca755.zip |
SQRP-253 Update UI version
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 0ae6878cc70..31fb3475fb3 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.11908 +webappVersion=2025.2.0.12402 |