diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-12-20 14:56:29 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-20 20:03:11 +0000 |
commit | 535291bc0fb17e05c31f97557c1ade5dbcecc2ba (patch) | |
tree | 78062efd72493e4491f3b40ce776a878fb79c6f2 | |
parent | 833658d0fab511d30ed2ec0016ba5c8aa8ddb475 (diff) | |
download | sonarqube-535291bc0fb17e05c31f97557c1ade5dbcecc2ba.tar.gz sonarqube-535291bc0fb17e05c31f97557c1ade5dbcecc2ba.zip |
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 09aa4a51e37..11a9213dbc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ elasticSearchServerVersion=8.16.1 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.13+11 -webappVersion=10.8.0.10432 +webappVersion=10.8.0.10445 |