aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-02-12 16:20:38 +0100
committersonartech <sonartech@sonarsource.com>2024-02-12 20:02:33 +0000
commitf92f52390c4d2a89707d9ca0da2edbffa8c0a057 (patch)
treeab8c5bb41ee0bce10aadeaa0484643b09986b224 /build.gradle
parent81b899ee63e0f9234cc0ae916f829f953675bc6c (diff)
downloadsonarqube-f92f52390c4d2a89707d9ca0da2edbffa8c0a057.tar.gz
sonarqube-f92f52390c4d2a89707d9ca0da2edbffa8c0a057.zip
Revert "SONAR-21569 Update com.jfrog.artifactory 5.1.10 -> 5.1.14"
This reverts commit b91f66326c63d54fff150559857dc6614c9935fc.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a181275374e..eb5b525a672 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.14'
+ 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.4'
id "org.cyclonedx.bom" version "1.7.4" apply false