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 c79b6c9 commit ba1d559Copy full SHA for ba1d559
backend/build.gradle
@@ -140,7 +140,7 @@ subprojects {
140
implementation("org.jetbrains.exposed:exposed-dao:0.39.2")
141
implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2")
142
143
- implementation 'com.zaxxer:HikariCP:6.3.2'
+ implementation 'com.zaxxer:HikariCP:7.0.1'
144
145
//JDBC Drivers
146
implementation 'org.xerial:sqlite-jdbc:3.50.3.0'
0 commit comments