Skip to content

Commit

Permalink
Bump kotlin.version from 1.9.10 to 2.0.0 (#296)
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/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v2.0.0)

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

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

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

Updates `org.jetbrains.kotlin:kotlin-script-runtime` from 1.9.10 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/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-scripting-jvm-host
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-common
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-script-runtime
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent b89e9a9 commit eacbf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyglot-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<commons-lang3.version>3.8.1</commons-lang3.version>
<skipTests>false</skipTests>
<invoker.skip>${skipTests}</invoker.skip>
Expand Down

0 comments on commit eacbf52

Please sign in to comment.