diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index 458ca670..5cf67d31 100644 --- a/spring-boot-jpa-starter/build.gradle +++ b/spring-boot-jpa-starter/build.gradle @@ -8,6 +8,6 @@ dependencies { api project(":spring-boot-core-starter") testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa' - testImplementation("org.postgresql:postgresql:42.7.10") + testImplementation("org.postgresql:postgresql:42.7.11") testImplementation("org.testcontainers:postgresql:1.21.4") }