Skip to content

Commit f7fa0b5

Browse files
chore(deps): Bump kotlinVersion from 2.0.21 to 2.1.20
Bumps `kotlinVersion` from 2.0.21 to 2.1.20. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.21 to 2.1.20 - [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.20) Updates `org.jetbrains.kotlin:kotlin-allopen` from 2.0.21 to 2.1.20 - [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.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-allopen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99da94e commit f7fa0b5

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
@@ -23,7 +23,7 @@
2323

2424
buildscript {
2525
ext {
26-
kotlinVersion = '2.0.21'
26+
kotlinVersion = '2.1.20'
2727
springBootVersion = '2.6.7'
2828
graphqlSpringBootStarterVersion = '11.1.0'
2929
}

0 commit comments

Comments
 (0)