Skip to content

Commit fbbe394

Browse files
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 (#717)
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) 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](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-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 c29637e commit fbbe394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2222

2323
buildscript {
2424
ext {
25-
kotlin_version = '1.5.31'
25+
kotlin_version = '1.6.0'
2626
spring_boot_version = '2.5.6'
2727
}
2828

0 commit comments

Comments
 (0)