We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f8b51 commit b816457Copy full SHA for b816457
backend/build.gradle
@@ -143,7 +143,7 @@ subprojects {
143
implementation 'com.zaxxer:HikariCP:6.3.0'
144
145
//JDBC Drivers
146
- implementation 'org.xerial:sqlite-jdbc:3.50.1.0'
+ implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
147
implementation 'com.h2database:h2:2.3.232'
148
implementation 'org.postgresql:postgresql:42.7.7'
149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.3'
0 commit comments