Skip to content

Commit 4911dcf

Browse files
chore(deps): bump kotlin.version from 2.0.21 to 2.1.0 in /kotlin-co
Bumps `kotlin.version` from 2.0.21 to 2.1.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.21 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@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.21 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@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.21 to 2.1.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 786db95 commit 4911dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-co/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<main.verticle>com.example.demo.MainVerticle</main.verticle>
2121

22-
<kotlin.version>2.0.21</kotlin.version>
22+
<kotlin.version>2.1.0</kotlin.version>
2323
<coroutines.version>1.9.0</coroutines.version>
2424
<jackson.version>2.18.0</jackson.version>
2525

0 commit comments

Comments
 (0)