aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/src
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-09-27 10:49:45 +0100
committeregernug <gerard.nugent@est.tech>2023-09-27 10:53:35 +0100
commit186b901e3dd7e54a502edb328ec9e84c1fd3af4a (patch)
treeb365deb8ad24d3e88b3cd0f84a94d57c8c5c9f08 /integration-test/src
parent7bacf478fc69fb97d2abf29c4678552f58575b74 (diff)
Uplift Spring Boot to 3.1.2
To align with Ericsson Spring Boot is being uplifted to version 3.1.2 Issue-ID: CPS-1888 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Icfe97df15ab67a7fb25e0a98e4bbbbe91f332321
Diffstat (limited to 'integration-test/src')
-rw-r--r--integration-test/src/test/resources/hibernate.cfg.xml2
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 513c00ad2..8d5139b60 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>