Skip to content

Commit 2456d61

Browse files
fix(deps): update kotlin to v2.2.20
1 parent 55a4e5c commit 2456d61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It has the following details:
1515
- Kotlin DSL
1616
- Version Catalog (libs.versions.toml)
1717
<!-- renovate: datasource=maven depName=org.jetbrains.kotlin:kotlin-gradle-plugin -->
18-
- Kotlin `2.2.0`
18+
- Kotlin `2.2.20`
1919
<!-- renovate: datasource=maven depName=org.springframework.boot:spring-boot-gradle-plugin -->
2020
- Spring Boot `3.5.6`
2121
<!-- renovate: datasource=maven depName=io.gitlab.arturbosch.detekt:detekt-gradle-plugin -->

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ j2html = "1.6.0"
1010
# plugin versions
1111
springBoot = "3.5.6"
1212
springGradleDependencyManagement = "1.1.7"
13-
kotlin = "2.1.21"
13+
kotlin = "2.2.20"
1414
detekt = "1.23.8"
1515
dokka = "2.0.0"
1616

0 commit comments

Comments
 (0)