Skip to content

Commit a7517a6

Browse files
Update kotlin monorepo to v2.0.21
1 parent 8b6be2a commit a7517a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20"
6+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
77
}
88
}
99

@@ -100,14 +100,14 @@ test {
100100
}
101101

102102
dependencies {
103-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20'
103+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
104104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.0"
105105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.0"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.0'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.0'
108108
api 'io.swagger.core.v3:swagger-core:2.2.25'
109109
api 'io.swagger.parser.v3:swagger-parser:2.1.22'
110-
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.20'
110+
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.21'
111111
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
112112
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16'
113113
}

0 commit comments

Comments
 (0)