Merge pull request #12530 from panos-kakos/JAVA-8691

[JAVA-8691]
This commit is contained in:
kwoyke 2022-07-26 10:08:48 +02:00 committed by GitHub
commit 01624f4dbd
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<properties>
<mapstruct.version>1.3.1.Final</mapstruct.version>
<testcontainers.version>1.12.2</testcontainers.version>
<testcontainers.version>1.17.3</testcontainers.version>
</properties>
</project>

View File

@ -1,6 +1,7 @@
spring:
datasource:
url: jdbc:tc:postgresql:11.1:///integration-tests-db
driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver
jpa:
hibernate:
ddl-auto: create