Skip to content

Commit 3f44cb8

Browse files
Bump the prod-dependencies group with 2 updates
Bumps the prod-dependencies group with 2 updates: [jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover). Updates `jvm` from 2.2.0 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.20) Updates `org.jetbrains.kotlinx.kover` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](Kotlin/kotlinx-kover@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd679f8 commit 3f44cb8

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
@@ -2,9 +2,9 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
import org.gradle.api.tasks.testing.logging.TestLogEvent
33

44
plugins {
5-
kotlin("jvm") version "2.2.0"
5+
kotlin("jvm") version "2.2.20"
66
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
7-
id("org.jetbrains.kotlinx.kover") version "0.9.1"
7+
id("org.jetbrains.kotlinx.kover") version "0.9.2"
88
}
99

1010
group = "com.coditory.sample"

0 commit comments

Comments
 (0)