Support Aurora PostgreSQL 17.5 in Keycloak's nightly run

Closes #42308

Signed-off-by: Ryan Emerson <remerson@ibm.com>
This commit is contained in:
Ryan Emerson 2025-09-05 15:58:13 +01:00 committed by GitHub
parent b743b3d3b1
commit f9f9ebd5a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@
<mysql-jdbc.version>8.3.0</mysql-jdbc.version>
<postgresql.version>17</postgresql.version>
<postgresql.container>mirror.gcr.io/postgres:${postgresql.version}</postgresql.container>
<aurora-postgresql.version>16.8</aurora-postgresql.version>
<aurora-postgresql.version>17.5</aurora-postgresql.version>
<aws-jdbc-wrapper.version>2.5.6</aws-jdbc-wrapper.version>
<postgresql-jdbc.version>42.7.7</postgresql-jdbc.version>
<mariadb.version>11.4</mariadb.version>