Skip to content

Commit 91ea5a1

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.0 to 1.8.10
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.0...v1.8.10) --- 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 8626337 commit 91ea5a1

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
@@ -23,7 +23,7 @@ plugins {
2323
apply(plugin = "io.spring.dependency-management")
2424

2525
dependencies {
26-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.0")
26+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.10")
2727

2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-actuator")

0 commit comments

Comments
 (0)