diff --git a/build.gradle b/build.gradle index aafd3310..53e70922 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' runtimeOnly 'com.h2database:h2:2.3.232' - runtimeOnly 'org.postgresql:postgresql:42.7.7' + runtimeOnly 'org.postgresql:postgresql:42.7.8' runtimeOnly 'org.apache.httpcomponents:httpclient:4.5.14' asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor:3.0.5'