Skip to content

Commit

Permalink
chore(deps): Bump kotlin.version from 1.9.10 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.9.10 to 2.0.0.

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.10 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.10 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.10 to 2.0.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent 5216cdd commit 26ba087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<jetty.version>11.0.21</jetty.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<kotest.version>5.7.2</kotest.version>
<junit.version>5.10.0</junit.version>
<jitsi.utils.version>1.0-131-ge0b9606</jitsi.utils.version>
Expand Down

0 comments on commit 26ba087

Please sign in to comment.