Skip to content

Commit ead9efc

Browse files
committed
update dependency
1 parent 8853fc1 commit ead9efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
openapiparser = "2023.3-SNAPSHOT"
33

44
[libraries]
5-
plugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
5+
plugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22"
66
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.29"
77
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.46.0"
88
checker = "org.checkerframework:checker:3.36.0"
@@ -26,6 +26,6 @@ mockk = "io.mockk:mockk:1.13.5"
2626
jackson = ["jackson-databind", "jackson-yaml"]
2727

2828
[plugins]
29-
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "1.9.0" }
29+
kotlin = { id = "org.jetbrains.kotlin.jvm", version = "1.8.22" }
3030
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
3131
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }

0 commit comments

Comments
 (0)