File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id ' io.spring.dependency-management' version ' 1.0.9.RELEASE' apply false
33 id ' io.spring.nohttp' version ' 0.0.5.RELEASE'
4- id ' org.jetbrains.kotlin.jvm' version ' 1.4.0 ' apply false
4+ id ' org.jetbrains.kotlin.jvm' version ' 1.4.10 ' apply false
55 id ' org.jetbrains.dokka' version ' 0.10.1' apply false
66 id ' org.asciidoctor.jvm.convert' version ' 2.4.0'
77 id ' de.undercouch.download' version ' 4.1.1'
88 id " io.freefair.aspectj" version ' 5.1.1' apply false
99 id " com.github.ben-manes.versions" version ' 0.28.0'
1010 id " me.champeau.gradle.jmh" version " 0.5.0" apply false
11- id " org.jetbrains.kotlin.plugin.serialization" version " 1.4.0 " apply false
11+ id " org.jetbrains.kotlin.plugin.serialization" version " 1.4.10 " apply false
1212}
1313
1414ext {
@@ -30,7 +30,7 @@ configure(allprojects) { project ->
3030 mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR7"
3131 mavenBom " io.rsocket:rsocket-bom:1.1.0-M2"
3232 mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
33- mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.0 "
33+ mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.10 "
3434 mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.9"
3535 mavenBom " org.junit:junit-bom:5.7.0"
3636 }
You can’t perform that action at this time.
0 commit comments