File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20 "
6+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21 "
77 }
88}
99
@@ -103,14 +103,14 @@ test {
103103}
104104
105105dependencies {
106- implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 '
106+ implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 '
107107 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : " 2.15.0"
108108 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : " 2.15.0"
109109 implementation ' com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.0'
110110 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.15.0'
111111 api ' io.swagger.core.v3:swagger-core:2.2.9'
112112 api ' io.swagger.parser.v3:swagger-parser:2.1.13'
113- implementation ' org.jetbrains.kotlin:kotlin-reflect:1.8.20 '
113+ implementation ' org.jetbrains.kotlin:kotlin-reflect:1.8.21 '
114114 testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.4.2'
115115 testImplementation group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 2.0.7'
116116}
You can’t perform that action at this time.
0 commit comments