We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a6c1 commit ac37b95Copy full SHA for ac37b95
backend/build.gradle
@@ -145,7 +145,7 @@ subprojects {
145
//JDBC Drivers
146
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
147
implementation 'com.h2database:h2:2.2.224'
148
- implementation 'org.postgresql:postgresql:42.7.1'
+ implementation 'org.postgresql:postgresql:42.7.2'
149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.3.2'
150
151
implementation "io.ktor:ktor-client-core:$ktor_version"
0 commit comments