Skip to content

Commit 4fad788

Browse files
Bump the all-dependencies-gradle group with 3 updates (#25)
Bumps the all-dependencies-gradle group with 3 updates: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) and org.jetbrains.qodana. Updates `org.jetbrains.kotlin.jvm` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlinx.kover` from 0.9.3 to 0.9.4 - [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.3...v0.9.4) Updates `org.jetbrains.qodana` from 2025.2.3 to 2025.3.1 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-gradle - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies-gradle - dependency-name: org.jetbrains.qodana dependency-version: 2025.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies-gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7db0416 commit 4fad788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ opentest4j = "1.3.0"
66
# plugins
77
changelog = "2.5.0"
88
intelliJPlatform = "2.10.5"
9-
kotlin = "2.2.21"
10-
kover = "0.9.3"
11-
qodana = "2025.2.3"
9+
kotlin = "2.3.0"
10+
kover = "0.9.4"
11+
qodana = "2025.3.1"
1212

1313
[libraries]
1414
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)