diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2025-02-03 10:19:04 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-02-03 20:03:03 +0000 |
commit | abd63e020109bb4937bfacd2b25be233c8df200b (patch) | |
tree | 946d72c48259df28d72d60f69092a2974d0a71ee /gradle.properties | |
parent | cfdf2faf6d306c576ea97861fe0f22a64a68f53c (diff) | |
download | sonarqube-abd63e020109bb4937bfacd2b25be233c8df200b.tar.gz sonarqube-abd63e020109bb4937bfacd2b25be233c8df200b.zip |
SONAR-24289 Update webappVersion to 2025.1.0.11368
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 8792706689a..2ca7dabb4ff 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.1.0.11145 +webappVersion=2025.1.0.11368 |