Skip to content

Commit

Permalink
upgrade dependency commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Oct 14, 2024
1 parent 511678a commit d1b6cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ azure-okhttp = "1.11.6"
commons-codec = "1.14"
commons-collection = "4.1"
commons-compress = "1.27.1"
commons-io = "2.11.0"
commons-io = "2.14.0"
commons-lang = "2.4"
commons-lang3 = "3.10"
commons-logging = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion runtime/config-deployer-service/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ version = "2.0"
[[platform.java11.dependency]]
groupId = "commons-io"
artifactId = "commons-io"
version = "2.11.0"
version = "2.14.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ version = "2.0"
[[platform.java11.dependency]]
groupId = "commons-io"
artifactId = "commons-io"
version = "2.11.0"
version = "2.14.0"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down

0 comments on commit d1b6cc1

Please sign in to comment.