Skip to content

Commit 4368eb4

Browse files
authored
update kotlin version to 1.9.0 (#18638)
1 parent 3805cf3 commit 4368eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/openapi-generator-gradle-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("java-gradle-plugin")
99
id("maven-publish")
1010
id("org.gradle.kotlin.kotlin-dsl") version "2.4.1"
11-
id("org.jetbrains.kotlin.jvm") version "1.7.10"
11+
id("org.jetbrains.kotlin.jvm") version "1.9.0"
1212
id("signing")
1313
}
1414

@@ -41,7 +41,7 @@ repositories {
4141

4242
dependencies {
4343
implementation("org.openapitools:openapi-generator:$openApiGeneratorVersion")
44-
testImplementation("org.jetbrains.kotlin:kotlin-test-testng:1.7.10")
44+
testImplementation("org.jetbrains.kotlin:kotlin-test-testng:1.9.0")
4545
}
4646

4747
tasks.named("test", Test).configure {

0 commit comments

Comments
 (0)