diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd833d8..17561493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Bump gradle/wrapper-validation-action from 1 to 3 [#784](https://github.com/JLLeitschuh/ktlint-gradle/pull/784) - Bump github/codeql-action from 2.2.4 to 3.27.0 [#777](https://github.com/JLLeitschuh/ktlint-gradle/pull/777) - Bump al-cheb/configure-pagefile-action from 1.3 to 1.4 [#780](https://github.com/JLLeitschuh/ktlint-gradle/pull/780) +- Bump commons-io:commons-io from 2.8.0 to 2.17.0 [#802](https://github.com/JLLeitschuh/ktlint-gradle/pull/802) - Update version for jgit to 5.13.3.202401111512-r [#766](https://github.com/JLLeitschuh/ktlint-gradle/pull/766) - builds: remove specific lintian version, as latest ubuntu is now a new version [#767](https://github.com/JLLeitschuh/ktlint-gradle/pull/767) diff --git a/plugin/gradle/libs.versions.toml b/plugin/gradle/libs.versions.toml index 22a04a57..f42957f8 100644 --- a/plugin/gradle/libs.versions.toml +++ b/plugin/gradle/libs.versions.toml @@ -9,7 +9,7 @@ gradleWrapper = "8.4" gradleWrapperSha = "3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae" junit5 = "5.5.2" assertJ = "3.11.1" -commonsIo = "2.8.0" +commonsIo = "2.17.0" archUnit = "0.16.0" [libraries]