File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' io.spring.dependency-management' version ' 1.0.8.RELEASE' apply false
3
- id ' org.jetbrains.kotlin.jvm' version ' 1.3.70 ' apply false
3
+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.71 ' 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.gradle-enterprise-conventions' version ' 0.0.2'
@@ -31,7 +31,7 @@ configure(allprojects) { project ->
31
31
mavenBom " io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
32
32
mavenBom " io.rsocket:rsocket-bom:1.0.0-RC6"
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.27.v20200227"
34
- mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.70 "
34
+ mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.71 "
35
35
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
36
36
mavenBom " org.junit:junit-bom:5.6.1"
37
37
}
You can’t perform that action at this time.
0 commit comments