Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2023
1 parent d869bf7 commit aa4f0f3
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.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
}
}

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

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.16.0"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.16.0"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.16.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.0'
api 'io.swagger.core.v3:swagger-core:2.2.20'
api 'io.swagger.parser.v3:swagger-parser:2.1.19'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.21'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.22'
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.9'
}
Expand Down

0 comments on commit aa4f0f3

Please sign in to comment.