Update Artifactory plugin to 4.12.0

Closes gh-24250
This commit is contained in:
Gary Hale
2020-01-16 04:50:18 -05:00
committed by Sam Brannen
parent 3b983e2165
commit e864409c5f

View File

@@ -6,7 +6,7 @@ plugins {
id 'io.spring.nohttp' version '0.0.4.RELEASE'
id 'de.undercouch.download' version '4.0.0'
id 'com.gradle.build-scan' version '3.1.1'
id "com.jfrog.artifactory" version '4.11.0' apply false
id "com.jfrog.artifactory" version '4.12.0' apply false
id "io.freefair.aspectj" version "4.1.1" apply false
id "com.github.ben-manes.versions" version "0.24.0"
}