Skip to content

Commit bfd2d34

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump the kotlin group with 2 updates
Bumps the kotlin group with 2 updates: [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.0 to 1.9.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.0...v1.9.10) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.0 to 1.9.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.0...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9cd485 commit bfd2d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ dependencies {
6262
}
6363
}
6464
}
65-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
66-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
65+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.10")
66+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.10")
6767

6868
implementation("io.github.microutils:kotlin-logging:3.0.5")
6969
implementation("org.slf4j:slf4j-api:2.0.7")

0 commit comments

Comments
 (0)