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> <properties>
<mapstruct.version>1.3.1.Final</mapstruct.version> <mapstruct.version>1.3.1.Final</mapstruct.version>
<testcontainers.version>1.12.2</testcontainers.version> <testcontainers.version>1.17.3</testcontainers.version>
</properties> </properties>
</project> </project>

View File

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