Skip to content

Commit 683b36a

Browse files
Bump kotlin.version from 1.5.31 to 1.6.0 (#760)
Bumps `kotlin.version` from 1.5.31 to 1.6.0. Updates `kotlin-bom` from 1.5.31 to 1.6.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.31...v1.6.0) Updates `kotlin-maven-plugin` from 1.5.31 to 1.6.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e57935a commit 683b36a

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
@@ -55,7 +55,7 @@
5555
<properties>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<java.version>1.8</java.version>
58-
<kotlin.version>1.5.31</kotlin.version>
58+
<kotlin.version>1.6.0</kotlin.version>
5959
<github.global.server>github</github.global.server>
6060
</properties>
6161

0 commit comments

Comments
 (0)