Skip to content

Commit 3a73533

Browse files
committed
Upgrade Gradle plugins to latest patch releases
1 parent d8c420a commit 3a73533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
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'
35
id 'org.jetbrains.kotlin.jvm' version '1.3.72' apply false
46
id 'org.jetbrains.dokka' version '0.10.1' apply false
57
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
910
id 'com.gradle.build-scan' version '3.2'
1011
id "com.jfrog.artifactory" version '4.12.0' apply false
11-
id "io.freefair.aspectj" version '4.1.1' apply false
1212
id "com.github.ben-manes.versions" version '0.24.0'
1313
}
1414

0 commit comments

Comments
 (0)