Skip to content

Commit 1e6b464

Browse files
Update dependency com.zaxxer:HikariCP to v6.2.1 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a58223b commit 1e6b464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
compileOnly("org.jetbrains", "annotations", "26.0.1")
1717
implementation("org.xerial", "sqlite-jdbc", "3.47.0.0")
1818
implementation("org.postgresql", "postgresql", "42.7.4")
19-
implementation("com.zaxxer", "HikariCP", "6.2.0")
19+
implementation("com.zaxxer", "HikariCP", "6.2.1")
2020

2121
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
2222
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")

0 commit comments

Comments
 (0)