Skip to content

Commit fdfe583

Browse files
committed
Upgrade Gradle plugins
1 parent 95f76af commit fdfe583

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
33
id 'org.jetbrains.kotlin.jvm' version '1.3.72' apply false
44
id 'org.jetbrains.dokka' version '0.10.1' apply false
55
id 'org.asciidoctor.jvm.convert' version '2.4.0'
66
id 'io.spring.nohttp' version '0.0.4.RELEASE'
7-
id 'de.undercouch.download' version '4.0.0'
8-
id "io.freefair.aspectj" version '4.1.1' apply false
9-
id "com.github.ben-manes.versions" version '0.24.0'
7+
id 'de.undercouch.download' version '4.0.4'
8+
id "io.freefair.aspectj" version '5.0.0' apply false
9+
id "com.github.ben-manes.versions" version '0.28.0'
1010
}
1111

1212
ext {

gradle/docs.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configurations {
33
}
44

55
dependencies {
6-
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.0.RELEASE")
6+
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.2.RELEASE")
77
}
88

99
repositories {

0 commit comments

Comments
 (0)