diff --git a/spring-boot-jpa-starter/build.gradle b/spring-boot-jpa-starter/build.gradle index 2eae42f8..fd3bf898 100644 --- a/spring-boot-jpa-starter/build.gradle +++ b/spring-boot-jpa-starter/build.gradle @@ -9,7 +9,7 @@ dependencies { testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation("org.postgresql:postgresql:42.7.0") + testImplementation("org.postgresql:postgresql:42.7.1") testImplementation("org.testcontainers:postgresql:1.19.3") testImplementation 'org.spockframework:spock-spring:2.4-M1-groovy-4.0' }