Skip to content

Commit c325142

Browse files
committed
Update dependencies
Gradle: 9.4.1 -> 9.5.1 JDA Emojis: 4.1.0 -> 4.3.0
1 parent 977e285 commit c325142

5 files changed

Lines changed: 15 additions & 24 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
api("com.google.code.gson:gson:2.3.1") // Use this specific version for Java Utilities
3333
api("io.github.freya022:BotCommands:3.1.0") // Command framework
3434
api("org.spongepowered:configurate-yaml:4.2.0") // Config manager
35-
api("dev.freya02:jda-emojis:4.1.0") // Emojis
35+
api("dev.freya02:jda-emojis:4.3.0") // Emojis
3636
implementation("ch.qos.logback:logback-classic:1.5.32") // Logging
3737
implementation("com.zaxxer:HikariCP:7.0.2") // Database
3838
implementation("org.flywaydb:flyway-core:12.3.0") // Database

gradle/wrapper/gradle-wrapper.jar

-504 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 10 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)