Updated tested PostgreSQL version to 17 (#35332)

Closes #35331

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen 2024-11-29 08:39:27 +01:00 committed by GitHub
parent 7f0983a48c
commit cf4d7c62ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@
<mysql.version>8.4</mysql.version>
<mysql.container>mysql:${mysql.version}</mysql.container>
<mysql-jdbc.version>8.3.0</mysql-jdbc.version>
<postgresql.version>16</postgresql.version>
<postgresql.version>17</postgresql.version>
<postgresql.container>postgres:${postgresql.version}</postgresql.container>
<aurora-postgresql.version>16.1</aurora-postgresql.version>
<aws-jdbc-wrapper.version>2.3.1</aws-jdbc-wrapper.version>