File tree 2 files changed +5
-5
lines changed
2 files 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
3
id ' org.jetbrains.kotlin.jvm' version ' 1.3.72' apply false
4
4
id ' org.jetbrains.dokka' version ' 0.10.1' apply false
5
5
id ' org.asciidoctor.jvm.convert' version ' 2.4.0'
6
6
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'
10
10
}
11
11
12
12
ext {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ configurations {
3
3
}
4
4
5
5
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" )
7
7
}
8
8
9
9
repositories {
You can’t perform that action at this time.
0 commit comments