diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2025-06-30 16:02:19 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-07-02 20:04:23 +0000 |
commit | 4cf48cfd2871b3bfa7c32c3d163de39ae2c7b3b8 (patch) | |
tree | 20f88ddc0ba33be982c5adff963a9d1be5cdbb2c | |
parent | b435ceeaff04b98da4d62f6d96e71aafc2e3face (diff) | |
download | sonarqube-4cf48cfd2871b3bfa7c32c3d163de39ae2c7b3b8.tar.gz sonarqube-4cf48cfd2871b3bfa7c32c3d163de39ae2c7b3b8.zip |
SONAR-25071 Update webapp version
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 1de4c764d0a..219b7317343 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.4.0.20378 +webappVersion=2025.4.0.20784 |