File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ repository("https://repo.freya02.dev/snapshots/")
2929repository(Repository .SRNYX_RELEASES , Repository .SRNYX_SNAPSHOTS )
3030
3131dependencies {
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
You can’t perform that action at this time.
0 commit comments