Upgrade supported and tested version of Postgresql to 15 in order to match supported configuration for Keycloak 22. (#21333)

Closes #21338
This commit is contained in:
Miquel Simon 2023-06-30 13:29:06 +02:00 committed by GitHub
parent 96b98dd246
commit 83d043e7a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ The server has built-in support for different databases. You can query the avail
|mssql| 2016 |mssql| 2016
|mysql| 8 |mysql| 8
|oracle| 12c |oracle| 12c
|postgres| 10 |postgres| 15
|=== |===
By default, the server uses the `dev-file` database. This is the default database that the server will use to persist data and By default, the server uses the `dev-file` database. This is the default database that the server will use to persist data and

View file

@ -161,7 +161,7 @@
<!-- Databases --> <!-- Databases -->
<mysql.version>8.0</mysql.version> <mysql.version>8.0</mysql.version>
<mysql-jdbc.version>8.0.30</mysql-jdbc.version> <mysql-jdbc.version>8.0.30</mysql-jdbc.version>
<postgresql.version>14</postgresql.version> <postgresql.version>15</postgresql.version>
<postgresql-jdbc.version>42.6.0</postgresql-jdbc.version> <postgresql-jdbc.version>42.6.0</postgresql-jdbc.version>
<mariadb.version>10.11</mariadb.version> <mariadb.version>10.11</mariadb.version>
<mariadb-jdbc.version>3.1.4</mariadb-jdbc.version> <mariadb-jdbc.version>3.1.4</mariadb-jdbc.version>