We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce9a99 commit 49bdc0cCopy full SHA for 49bdc0c
common/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
api 'net.william278.cloplib:cloplib-common:1.0.12'
12
api 'com.google.code.gson:gson:2.11.0'
13
api 'com.github.Exlll.ConfigLib:configlib-yaml:v4.5.0'
14
- api('com.zaxxer:HikariCP:6.0.0') {
+ api('com.zaxxer:HikariCP:6.2.1') {
15
exclude module: 'slf4j-api'
16
}
17
0 commit comments