Dependencies - upgrade org.jetbrains.changelog to 2.1.2

This commit is contained in:
Jakub Chrzanowski 2023-07-10 17:15:23 +02:00
parent 74f48a0875
commit c78fe31f64
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
### Changed
- Upgrade Gradle Wrapper to `8.2.1`
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.2`
### Fixed
- Fixed copying files issue when running the `Template Cleanup` workflow

View File

@ -4,7 +4,7 @@ annotations = "24.0.1"
# plugins
kotlin = "1.9.0"
changelog = "2.1.1"
changelog = "2.1.2"
gradleIntelliJPlugin = "1.15.0"
qodana = "0.1.13"
kover = "0.7.2"