Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.1.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent efc2df4 commit 592630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compileOnly("io.opentelemetry:opentelemetry-sdk:1.42.1")
compileOnly("io.opentelemetry:opentelemetry-sdk-metrics:1.43.0")
compileOnly("org.jsoup:jsoup:1.18.1")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")

testImplementation("org.junit.platform:junit-platform-commons:1.11.3")
testImplementation("org.junit.platform:junit-platform-engine:1.11.0")
Expand Down

0 comments on commit 592630f

Please sign in to comment.