diff options
author | Ambroise C <ambroise.christea@sonarsource.com> | 2025-07-03 17:35:14 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-07-04 20:04:05 +0000 |
commit | 9fddfca8e1cf7c822ff1e79abd081314c43adc98 (patch) | |
tree | 42d7c493a4f8cc23ab0d8976f205821950a36062 | |
parent | 938cb20138a2e7ad38d493c290fdd9ac504a384a (diff) | |
download | sonarqube-9fddfca8e1cf7c822ff1e79abd081314c43adc98.tar.gz sonarqube-9fddfca8e1cf7c822ff1e79abd081314c43adc98.zip |
SONAR-25435 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 9817deeac10..0137300f22a 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.20918 +webappVersion=2025.4.0.20991 |