geyanggang opened a new issue, #11227: URL: https://github.com/apache/gravitino/issues/11227
### What would you like to be improved? The dependency `org.postgresql:postgresql` is at version 42.6.0, which is outdated. It should be upgraded to 42.7.11 for better stability and bug fixes. ### How should we improve? Update the `postgresql` version in `libs.versions.toml` from `42.6.0` to `42.7.11`. The upgrade is API-compatible within the 42.x series. The driver is only used in test scope across all modules. -- 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]
