diff --git a/pom.xml b/pom.xml index 60a3707c..16ea4cec 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ org.testcontainers testcontainers-bom - 1.17.3 + 1.20.3 pom import diff --git a/src/test/resources/config/application.yml b/src/test/resources/config/application.yml index b5db277b..e18a125d 100644 --- a/src/test/resources/config/application.yml +++ b/src/test/resources/config/application.yml @@ -18,8 +18,8 @@ spring: name: jhonline datasource: type: com.zaxxer.hikari.HikariDataSource - url: jdbc:tc:mysql:8://localhost:3306/jhipster-online?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true - username: root + url: jdbc:tc:mysql:8.2.0:///jhipster-online?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true + username: test password: hikari: poolName: Hikari