[JAVA-13976] Upgrade Spring Boot to 2.7.2 (#12603)

* [JAVA-13976] Upgrade Spring Boot to 2.7.2

* [JAVA-13976] Fix failing test due to incorrect Jackson version
This commit is contained in:
Haroon Khan
2022-08-22 18:17:32 +01:00
committed by GitHub
parent 553415e644
commit bea0209f39
43 changed files with 127 additions and 115 deletions

View File

@@ -9,3 +9,5 @@ spring:
jpa:
hibernate:
ddl-auto: create
properties:
globally_quoted_identifiers: true

View File

@@ -8,4 +8,5 @@ spring:
ddl-auto: create-drop
properties:
hibernate:
dialect: org.hibernate.dialect.H2Dialect
dialect: org.hibernate.dialect.H2Dialect
globally_quoted_identifiers: true