diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2025-07-02 17:36:58 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-07-03 20:04:26 +0000 |
commit | f389899e7a158ff2327f5965bc1128327196edbd (patch) | |
tree | 0795db677b32120b5b4ba93c48f5fec9951058c0 | |
parent | 99b6c70a7d74a92bf45e2c0a6af465c3937df549 (diff) | |
download | sonarqube-f389899e7a158ff2327f5965bc1128327196edbd.tar.gz sonarqube-f389899e7a158ff2327f5965bc1128327196edbd.zip |
SONAR-25434 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 219b7317343..283ed831a82 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.20784 +webappVersion=2025.4.0.20878 |