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:
parent
96b98dd246
commit
83d043e7a8
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ The server has built-in support for different databases. You can query the avail
|
|||
|mssql| 2016
|
||||
|mysql| 8
|
||||
|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
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -161,7 +161,7 @@
|
|||
<!-- Databases -->
|
||||
<mysql.version>8.0</mysql.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>
|
||||
<mariadb.version>10.11</mariadb.version>
|
||||
<mariadb-jdbc.version>3.1.4</mariadb-jdbc.version>
|
||||
|
|
Loading…
Reference in a new issue