diff --git a/build.gradle b/build.gradle index 818e7ca3..354edad8 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "org.springdoc:springdoc-openapi-starter-webmvc-api:${springDocVersion}" // driver for postgres - implementation "org.postgresql:postgresql:42.6.0" + implementation "org.postgresql:postgresql:42.7.0" //driver for h2 implementation "com.h2database:h2:2.2.224"