diff --git a/build.gradle b/build.gradle index f1a1a2a..01a08d5 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ project(":") { testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation "org.testcontainers:mysql:1.15.3" + testImplementation "org.testcontainers:mysql:1.16.0" testImplementation 'io.rest-assured:json-schema-validator:4.3.3' testImplementation 'com.github.tomakehurst:wiremock:2.25.1'