diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2023-11-07 14:18:11 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-09 20:02:39 +0000 |
commit | 60fc4ce1b170a5030300f055c60d3b4fc77970a1 (patch) | |
tree | e96c6593320f12bba46b8e8c2dc9104d80c67ab2 /build.gradle | |
parent | ee8c68b568d9ae669d54ebef4e63de0bb72f7493 (diff) | |
download | sonarqube-60fc4ce1b170a5030300f055c60d3b4fc77970a1.tar.gz sonarqube-60fc4ce1b170a5030300f055c60d3b4fc77970a1.zip |
[NO-JIRA] Update com.jfrog.artifactory 5.1.5 -> 5.1.10
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index a058b18e45e..f9f34ecb813 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { id "com.github.hierynomus.license-report" version "0.16.1" apply false id 'com.github.johnrengelman.shadow' version '7.1.2' apply false id 'com.google.protobuf' version '0.8.19' apply false - id 'com.jfrog.artifactory' version '5.1.5' + id 'com.jfrog.artifactory' version '5.1.10' id "de.undercouch.download" version "5.5.0" apply false id 'io.spring.dependency-management' version '1.1.3' id "org.cyclonedx.bom" version "1.7.4" apply false |