@@ -4,9 +4,9 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.*
44plugins {
55 java
66 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
7- id(" org.springframework.boot" ) version " 3.4.3 "
7+ id(" org.springframework.boot" ) version " 3.5.0 "
88 id(" io.spring.dependency-management" ) version " 1.1.7"
9- id(" org.graalvm.buildtools.native" ) version " 0.10.5 "
9+ id(" org.graalvm.buildtools.native" ) version " 0.10.6 "
1010 checkstyle
1111}
1212
@@ -31,15 +31,15 @@ dependencies {
3131 compileOnly(" org.jetbrains:annotations:26.0.2" )
3232
3333 // DIH4JDA (Command Framework) & JDA
34- implementation(" com.github.DynxstyGIT:DIH4JDA:120a15ad2e " )
35- implementation(" net.dv8tion:JDA:5.3.0 " ) {
34+ implementation(" com.github.DynxstyGIT:DIH4JDA:a64b5a9dc5 " )
35+ implementation(" net.dv8tion:JDA:5.5.1 " ) {
3636 exclude(module = " opus-java" )
3737 }
3838
3939 // Caffeine (Caching Library)
4040 implementation(" com.github.ben-manes.caffeine:caffeine:3.2.0" )
4141
42- implementation(" com.google.code.gson:gson:2.12.0 " )
42+ implementation(" com.google.code.gson:gson:2.13.1 " )
4343 implementation(" org.yaml:snakeyaml:2.4" )
4444 implementation(" com.google.re2j:re2j:1.8" )
4545 implementation(" commons-validator:commons-validator:1.9.0" )
@@ -54,13 +54,13 @@ dependencies {
5454 implementation(" com.github.DynxstyGIT:discord-webhooks:74301a46a0" )
5555
5656 // Lombok Annotations
57- compileOnly(" org.projectlombok:lombok:1.18.36 " )
58- annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
59- testCompileOnly(" org.projectlombok:lombok:1.18.30 " )
60- testAnnotationProcessor(" org.projectlombok:lombok:1.18.30 " )
57+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
58+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
59+ testCompileOnly(" org.projectlombok:lombok:1.18.38 " )
60+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.38 " )
6161
6262 // Sentry
63- implementation(" io.sentry:sentry:8.3.0 " )
63+ implementation(" io.sentry:sentry:8.13.2 " )
6464
6565 // Spring
6666 implementation(" org.springframework.boot:spring-boot-starter-web" )
0 commit comments