diff --git a/springboot-app/build.gradle.kts b/springboot-app/build.gradle.kts index c58b47e..e425db2 100644 --- a/springboot-app/build.gradle.kts +++ b/springboot-app/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-jdbc") implementation("org.flywaydb:flyway-core:10.1.0") implementation("org.flywaydb:flyway-database-postgresql:10.1.0") - implementation("org.postgresql:postgresql:42.6.0") + implementation("org.postgresql:postgresql:42.7.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")