Skip to content

Commit 684939d

Browse files
committed
Upgrade Kotlin to 1.4.31
1 parent b8d75c3 commit 684939d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
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.30' apply false
4+
id 'org.jetbrains.kotlin.jvm' version '1.4.31' apply false
55
id 'org.jetbrains.dokka' version '0.10.1' apply false
66
id 'org.asciidoctor.jvm.convert' version '3.1.0'
77
id 'org.asciidoctor.jvm.pdf' version '3.1.0'
@@ -10,7 +10,7 @@ plugins {
1010
id "com.github.ben-manes.versions" version '0.28.0'
1111
id "com.github.johnrengelman.shadow" version "6.1.0" apply false
1212
id "me.champeau.gradle.jmh" version "0.5.2" apply false
13-
id "org.jetbrains.kotlin.plugin.serialization" version "1.4.30" apply false
13+
id "org.jetbrains.kotlin.plugin.serialization" version "1.4.31" apply false
1414
}
1515

1616
ext {

0 commit comments

Comments
 (0)