Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 268be41 commit 30fd82d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"
}
}

Expand Down Expand Up @@ -100,14 +100,14 @@ test {
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.17.1"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.1"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.17.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.1'
api 'io.swagger.core.v3:swagger-core:2.2.21'
api 'io.swagger.parser.v3:swagger-parser:2.1.22'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.23'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.24'
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.13'
}
Expand Down

0 comments on commit 30fd82d

Please sign in to comment.