File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' io.spring.dependency-management' version ' 1.0.8.RELEASE' apply false
2
+ id ' io.spring.dependency-management' version ' 1.0.9.RELEASE' apply false
3
+ id ' io.spring.gradle-enterprise-conventions' version ' 0.0.2'
4
+ id ' io.spring.nohttp' version ' 0.0.5.RELEASE'
3
5
id ' org.jetbrains.kotlin.jvm' version ' 1.3.72' apply false
4
6
id ' org.jetbrains.dokka' version ' 0.10.1' apply false
5
7
id ' org.asciidoctor.jvm.convert' version ' 2.4.0'
6
- id ' io.spring.gradle-enterprise-conventions' version ' 0.0.2'
7
- id ' io.spring.nohttp' version ' 0.0.5.RELEASE'
8
- id ' de.undercouch.download' version ' 4.0.0'
8
+ id ' de.undercouch.download' version ' 4.1.1'
9
+ id " io.freefair.aspectj" version ' 4.1.6' apply false
9
10
id ' com.gradle.build-scan' version ' 3.2'
10
11
id " com.jfrog.artifactory" version ' 4.12.0' apply false
11
- id " io.freefair.aspectj" version ' 4.1.1' apply false
12
12
id " com.github.ben-manes.versions" version ' 0.24.0'
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments