Skip to content

Commit d618c56

Browse files
Update all non-major dependencies
1 parent b6c5817 commit d618c56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ dependencies {
2424
library("com.google.code.gson:gson:2.13.2")
2525
library("club.minnced:discord-webhooks:0.8.4")
2626
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
27-
library("org.postgresql:postgresql:42.7.7")
27+
library("org.postgresql:postgresql:42.7.8")
2828
library("de.chojo.sadu:sadu-postgresql:2.3.3")
2929
library("de.chojo.sadu:sadu-datasource:2.3.3")
3030
library("de.chojo.sadu:sadu-queries:2.3.3")
31-
library("com.zaxxer:HikariCP:6.3.2")
31+
library("com.zaxxer:HikariCP:6.3.3")
3232
}
3333

3434
java {

0 commit comments

Comments
 (0)