diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3bc13e3..2a794ab 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-data-jpa") - runtimeOnly("org.postgresql:postgresql:42.7.8") + runtimeOnly("org.postgresql:postgresql:42.7.11") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.junit.jupiter:junit-jupiter")