File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20 "
6
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 "
7
7
}
8
8
}
9
9
@@ -100,14 +100,14 @@ test {
100
100
}
101
101
102
102
dependencies {
103
- implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.1.20 '
103
+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:2.1.21 '
104
104
implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " 2.19.0"
105
105
implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " 2.19.0"
106
106
implementation ' com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.0'
107
107
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.0'
108
108
api ' io.swagger.core.v3:swagger-core:2.2.30'
109
109
api ' io.swagger.parser.v3:swagger-parser:2.1.27'
110
- implementation ' org.jetbrains.kotlin:kotlin-reflect:2.1.20 '
110
+ implementation ' org.jetbrains.kotlin:kotlin-reflect:2.1.21 '
111
111
testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.4.2'
112
112
testImplementation group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 2.0.17'
113
113
}
You can’t perform that action at this time.
0 commit comments