Skip to content

Commit

Permalink
Update kotlin monorepo to v2.1.10 (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 9ae265c commit 1ec7b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ test {
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.10'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.2"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.2"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.2'
api 'io.swagger.core.v3:swagger-core:2.2.28'
api 'io.swagger.parser.v3:swagger-parser:2.1.25'
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.1.0'
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.1.10'
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16'
}
Expand Down

0 comments on commit 1ec7b5d

Please sign in to comment.