diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index d722c3fb..c9e4ff81 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.4") - testImplementation("org.testcontainers:postgresql:1.20.3") + testImplementation("org.testcontainers:postgresql:1.20.4") }