diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2021-12-20 12:38:48 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-20 20:03:08 +0000 |
commit | 7d7b7f87d4340a0190dab92f7225242e55c39558 (patch) | |
tree | 58a35ea51a978d276b959f14873cb70f4037f3bc /gradle.properties | |
parent | 563aa3a334c0cb9681f241012813916a0ff8cc4b (diff) | |
download | sonarqube-7d7b7f87d4340a0190dab92f7225242e55c39558.tar.gz sonarqube-7d7b7f87d4340a0190dab92f7225242e55c39558.zip |
SONAR-15853 Upgrade Elasticsearch to 7.16.2
- upgrade test dependency of log4j to 2.17
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index c11e4cc62a0..94074ee20e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,5 +11,5 @@ org.gradle.vfs.watch=true # https://www.elastic.co/downloads/elasticsearch-no-jdk elasticsearchDownloadUrlPath=https://artifacts.elastic.co/downloads/elasticsearch/ elasticsearchDownloadRepoxUrlPath=https://repox.jfrog.io/artifactory/sonarsource-bucket/sonarqube/elasticsearch/ -elasticsearchDownloadUrlFile=elasticsearch-7.16.1-no-jdk-linux-x86_64.tar.gz -elasticsearchDownloadSha512=529280741a3fe87df267abfa0fa03e79c24d0403f293f3604ddfddf01980efdc654cbb4586513d8424186298707bfd6fcbd21027d345262d6418e6021a9c4f88 +elasticsearchDownloadUrlFile=elasticsearch-7.16.2-no-jdk-linux-x86_64.tar.gz +elasticsearchDownloadSha512=4e913e6657501a23830e138d0f7de7de57e80c0953078ecb10565770931bbba0eed37b38de0888f9618de579138d51ca16f0239048ff70de68330aba862aff8d |