Skip to content

Commit 1f3f64e

Browse files
build(deps): bump kotlin.version from 1.8.0 to 1.8.10 (#1925)
Bumps `kotlin.version` from 1.8.0 to 1.8.10. Updates `kotlin-stdlib-jdk8` from 1.8.0 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) Updates `kotlin-reflect` from 1.8.0 to 1.8.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) Updates `kotlin-maven-plugin` from 1.8.0 to 1.8.10 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
1 parent 42c3a09 commit 1f3f64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/pom.xml

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

3030
<properties>
3131
<main.basedir>${project.basedir}/..</main.basedir>
32-
<kotlin.version>1.8.0</kotlin.version>
32+
<kotlin.version>1.8.10</kotlin.version>
3333
<kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
3434
</properties>
3535

0 commit comments

Comments
 (0)