Skip to content

Commit f97ff9c

Browse files
Bump kotlin.version from 1.7.20 to 2.0.20 (#94)
Bumps `kotlin.version` from 1.7.20 to 2.0.20. Updates `org.jetbrains.kotlin:kotlin-stdlib-common` from 1.7.20 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.20...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.7.20 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.20...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.7.20 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.20...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.7.20 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.20...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.7.20 to 2.0.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib 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-stdlib-jdk8 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>
1 parent a04f8fe commit f97ff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<openjfx.version>17.0.10</openjfx.version>
6363
<java.version>8</java.version>
64-
<kotlin.version>1.7.20</kotlin.version>
64+
<kotlin.version>2.0.20</kotlin.version>
6565
<kotest.version>5.5.5</kotest.version>
6666
<junit5.version>5.11.0</junit5.version> <!-- needed by kotest -->
6767

0 commit comments

Comments
 (0)