diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a10b8e6..81283e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ modelix-mps-plugins = "0.9.2" [libraries] auth0-jwt = { group = "com.auth0", name = "java-jwt", version = "4.4.0" } commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.17.1" } -commons-io = { group = "commons-io", name = "commons-io", version = "2.17.0" } +commons-io = { group = "commons-io", name = "commons-io", version = "2.18.0" } commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.17.0" } commons-text = { group = "org.apache.commons", name = "commons-text", version = "1.12.0" } jasypt = { group = "org.jasypt", name = "jasypt", version = "1.9.3" }