Skip to content

Commit 83864db

Browse files
Bump kotlin-stdlib from 1.7.20 to 1.7.21
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.7.21. - [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-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4efc4fe commit 83864db

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.20")
28+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.21")
2929

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

0 commit comments

Comments
 (0)