Dependencies - upgrade org.jetbrains.intellij to 1.17.2

This commit is contained in:
Jakub Chrzanowski 2024-02-20 22:07:47 +01:00
parent a51bde09cf
commit b9b2639dca
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.17.2`
- Dependencies (GitHub Actions) - upgrade `gradle/gradle-build-action@v2` to `gradle/actions/setup-gradle@v3`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.3.1`

View File

@ -5,7 +5,7 @@ annotations = "24.1.0"
# plugins
kotlin = "1.9.21"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.16.1"
gradleIntelliJPlugin = "1.17.2"
qodana = "0.1.13"
kover = "0.7.5"