Skip to content

Commit fa7f3b5

Browse files
authored
main: Update dependency org.apache.commons:commons-configuration2 to v2.12.0 (#1481)
1 parent f34467a commit fa7f3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation("org.codehaus.jettison:jettison:1.5.4") {
5454
because("Vulnerability detected in 1.1")
5555
}
56-
implementation("org.apache.commons:commons-configuration2:2.11.0") {
56+
implementation("org.apache.commons:commons-configuration2:2.12.0") {
5757
because("Vulnerability detected in 2.8.0")
5858
}
5959
implementation("org.apache.commons:commons-compress:1.27.1") {

0 commit comments

Comments
 (0)