Skip to content

Commit

Permalink
chore(deps): bump the gradle group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 3 updates: org.jetbrains.changelog, org.jetbrains.intellij and [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover).


Updates `org.jetbrains.changelog` from 2.2.0 to 2.2.1

Updates `org.jetbrains.intellij` from 1.17.3 to 1.17.4

Updates `org.jetbrains.kotlinx.kover` from 0.8.1 to 0.8.3
- [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.8.1...v0.8.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.changelog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.jetbrains.kotlinx.kover
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Roboroads committed Jul 31, 2024
1 parent 9047d70 commit ad2429b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ annotations = "24.1.0"

# plugins
kotlin = "2.0.0"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.3"
changelog = "2.2.1"
gradleIntelliJPlugin = "1.17.4"
qodana = "0.1.13"
kover = "0.8.1"
kover = "0.8.3"

[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
Expand Down

0 comments on commit ad2429b

Please sign in to comment.