I'm running into an issue attempting to connect to a PostgreSQL datasource. I have the latest version of the PostgreSQL Lucee extension installed. Lucee is running in a container built from the CommandBox Docker image via podman on a RHEL 9 host. The database I'm trying to connect to is an Amazon Aurora cluster. The error I receive is: "The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver." Has anyone run into this? I can connect to the database via pgAdmin running in a Docker container on the same host, so the IP rules should be set up correctly. I'm wondering if I need to update the JDBC driver to the latest PostgreSQL version, which is higher than what the Lucee extension is pulling in. What is the best way to go about doing that?