diff options
author | Brandon Davis <brandon.davis@sonarsource.com> | 2025-08-05 11:43:34 -0500 |
---|---|---|
committer | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2025-08-06 15:30:41 +0200 |
commit | 55e9e22158755f804d60d885c3473bd0f6962505 (patch) | |
tree | 358aa5fc0309c2316cded356a9e053d70c421594 | |
parent | d5ddcee9f77712281cdd6c8df3e175efecc98bb4 (diff) | |
download | sonarqube-branch-25.8.tar.gz sonarqube-branch-25.8.zip |
SCA-796 Update gradle.properties webapp version25.8.0.112029branch-25.8
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 5bfe64dc9ec..a8177f8da80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,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.23179 +webappVersion=2025.4.0.23889 |