Skip to content

Commit

Permalink
Update commons-io to 2.17.0
Browse files Browse the repository at this point in the history
Update the `commons-io` library to the latest version to mitigate CVE-2024-47554. Though I don't believe that this CVE can be exploited through ktlint-gradle, it's still a good practice to avoid CVEs, if only to stop automated scanners from flagging this (as a false positive).
  • Loading branch information
jowiho authored and JLLeitschuh committed Nov 25, 2024
1 parent 8b7f129 commit e579930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e579930

Please sign in to comment.