geyanggang opened a new pull request, #11163: URL: https://github.com/apache/gravitino/pull/11163
### What changes were proposed in this pull request? Upgrade commons-configuration2 from 2.8.0 to 2.10.1 in `gradle/libs.versions.toml`. ### Why are the changes needed? commons-configuration2 2.8.0 has known issues with improper input validation in configuration property interpolation. Version 2.10.1 is the minimum version that fixes these issues while maintaining API backward compatibility. Fix: #11162 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - `./gradlew :catalogs:catalog-hive:compileJava :catalogs:catalog-lakehouse-hudi:compileJava` — passes - `./gradlew :catalogs:hive-metastore-common:test :catalogs:catalog-hive:test -PskipITs` — passes - Integration tests to be verified by CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
