We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989e2f6 commit ca5f514Copy full SHA for ca5f514
build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
implementation "org.springdoc:springdoc-openapi-starter-webmvc-api:${springDocVersion}"
72
73
// driver for postgres
74
- implementation "org.postgresql:postgresql:42.7.4"
+ implementation "org.postgresql:postgresql:42.7.8"
75
//driver for h2
76
implementation "com.h2database:h2:2.3.232"
77
0 commit comments