diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-09-28 07:31:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-09-28 07:31:07 +0000 |
commit | fcc18eafdb851174cef21e078a118a3e91a73340 (patch) | |
tree | c227874534b8cebcd04bf48d529b35c2fcc76cdc /integration-test/src | |
parent | 4e91e54dffc9a0d1dd154bd97b25162921fd9d11 (diff) | |
parent | 186b901e3dd7e54a502edb328ec9e84c1fd3af4a (diff) |
Merge "Uplift Spring Boot to 3.1.2"
Diffstat (limited to 'integration-test/src')
-rw-r--r-- | integration-test/src/test/resources/hibernate.cfg.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/src/test/resources/hibernate.cfg.xml b/integration-test/src/test/resources/hibernate.cfg.xml index 513c00ad2a..8d5139b605 100644 --- a/integration-test/src/test/resources/hibernate.cfg.xml +++ b/integration-test/src/test/resources/hibernate.cfg.xml @@ -9,7 +9,7 @@ <property name="hibernate.connection.url">${DB_URL}</property> <property name="hibernate.connection.username">${DB_USERNAME}</property> <property name="hibernate.connection.password">${DB_PASSWORD}</property> - <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL82Dialect</property> + <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> <property name="show_sql">true</property> <property name="hibernate.hbm2ddl.auto">none</property> </session-factory> |