diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index ac6bf98a..8dd03ab4 100644 --- a/spring-boot-jpa-starter/build.gradle +++ b/spring-boot-jpa-starter/build.gradle @@ -9,5 +9,5 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa' testImplementation("org.postgresql:postgresql:42.7.8") - testImplementation("org.testcontainers:postgresql:1.21.3") + testImplementation("org.testcontainers:postgresql:1.21.4") }