Skip to content

Commit 8f35377

Browse files
committed
Update dependencies
1 parent 486826c commit 8f35377

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ repository("https://repo.freya02.dev/snapshots/")
2929
repository(Repository.SRNYX_RELEASES, Repository.SRNYX_SNAPSHOTS)
3030

3131
dependencies {
32-
api("xyz.srnyx:java-utilities:3575647") // General Java utility library
32+
api("xyz.srnyx:java-utilities:ad5794a") // General Java utility library
3333
api("com.google.code.gson:gson:2.3.1") // Use this specific version for Java Utilities
3434
api("io.github.freya022:BotCommands:f0ad2285af7cee42871295f28af750593f1f2de4-SNAPSHOT") // Command framework
3535
api("org.spongepowered:configurate-yaml:4.2.0") // Config manager
3636
api("dev.freya02:jda-emojis:4.3.0") // Emojis
37-
implementation("ch.qos.logback:logback-classic:1.5.34") // Logging
38-
implementation("com.zaxxer:HikariCP:7.0.2") // Database
37+
implementation("ch.qos.logback:logback-classic:1.5.38") // Logging
38+
implementation("com.zaxxer:HikariCP:7.1.0") // Database
3939
implementation("org.flywaydb:flyway-core:12.3.0") // Database
4040
runtimeOnly("org.flywaydb:flyway-database-postgresql:12.3.0") // Database
41-
runtimeOnly("org.postgresql:postgresql:42.7.11") // Database
41+
runtimeOnly("org.postgresql:postgresql:42.7.13") // Database
4242
}
4343

4444
// Fix Java's service loading, which Flyway uses

0 commit comments

Comments
 (0)