Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.1.0 (#224)
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 Nov 28, 2024
1 parent 7988d6b commit 088f0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test {
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.1"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1'
Expand Down

0 comments on commit 088f0a6

Please sign in to comment.