Skip to content

Commit 97d04ed

Browse files
Bump kotlin-stdlib from 1.7.21 to 1.7.22
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6275bb9 commit 97d04ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
apply(plugin = "io.spring.dependency-management")
2626

2727
dependencies {
28-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.21")
28+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.22")
2929

3030
implementation("org.springframework.boot:spring-boot-starter-web")
3131
implementation("org.springframework.boot:spring-boot-starter-actuator")

0 commit comments

Comments
 (0)