@@ -3,10 +3,10 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.*
3
3
4
4
plugins {
5
5
java
6
- id(" com.github.johnrengelman.shadow" ) version " 7 .1.2 "
7
- id(" org.springframework.boot" ) version " 3.3.5 "
8
- id(" io.spring.dependency-management" ) version " 1.1.6 "
9
- id(" org.graalvm.buildtools.native" ) version " 0.10.3 "
6
+ id(" com.github.johnrengelman.shadow" ) version " 8 .1.1 "
7
+ id(" org.springframework.boot" ) version " 3.4.3 "
8
+ id(" io.spring.dependency-management" ) version " 1.1.7 "
9
+ id(" org.graalvm.buildtools.native" ) version " 0.10.5 "
10
10
checkstyle
11
11
}
12
12
@@ -25,42 +25,42 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.0 " )
29
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
28
+ testImplementation(" org.junit.jupiter:junit-jupiter-api" )
29
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
30
30
compileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
31
- compileOnly(" org.jetbrains:annotations:23 .0.0 " )
31
+ compileOnly(" org.jetbrains:annotations:26 .0.2 " )
32
32
33
33
// DIH4JDA (Command Framework) & JDA
34
34
implementation(" com.github.DynxstyGIT:DIH4JDA:120a15ad2e" )
35
- implementation(" net.dv8tion:JDA:5.1.2 " ) {
35
+ implementation(" net.dv8tion:JDA:5.3.0 " ) {
36
36
exclude(module = " opus-java" )
37
37
}
38
38
39
39
// Caffeine (Caching Library)
40
- implementation(" com.github.ben-manes.caffeine:caffeine:3.1.1 " )
40
+ implementation(" com.github.ben-manes.caffeine:caffeine:3.2.0 " )
41
41
42
- implementation(" com.google.code.gson:gson:2.9 .0" )
43
- implementation(" org.yaml:snakeyaml:1.30 " )
44
- implementation(" com.google.re2j:re2j:1.6 " )
45
- implementation(" commons-validator:commons-validator:1.7 " )
42
+ implementation(" com.google.code.gson:gson:2.12 .0" )
43
+ implementation(" org.yaml:snakeyaml:2.4 " )
44
+ implementation(" com.google.re2j:re2j:1.8 " )
45
+ implementation(" commons-validator:commons-validator:1.9.0 " )
46
46
47
47
implementation(" com.mashape.unirest:unirest-java:1.4.9" )
48
48
49
49
// H2 Database
50
- implementation(" com.h2database:h2:2.1.212 " )
51
- implementation(" com.zaxxer:HikariCP:5.0.1 " )
50
+ implementation(" com.h2database:h2:2.3.232 " )
51
+ implementation(" com.zaxxer:HikariCP" )
52
52
53
53
// Webhooks
54
54
implementation(" com.github.DynxstyGIT:discord-webhooks:74301a46a0" )
55
55
56
56
// Lombok Annotations
57
- compileOnly(" org.projectlombok:lombok:1.18.30 " )
58
- annotationProcessor(" org.projectlombok:lombok:1.18.30 " )
57
+ compileOnly(" org.projectlombok:lombok:1.18.36 " )
58
+ annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
59
59
testCompileOnly(" org.projectlombok:lombok:1.18.30" )
60
60
testAnnotationProcessor(" org.projectlombok:lombok:1.18.30" )
61
61
62
62
// Sentry
63
- implementation(" io.sentry:sentry:6 .3.0" )
63
+ implementation(" io.sentry:sentry:8 .3.0" )
64
64
65
65
// Spring
66
66
implementation(" org.springframework.boot:spring-boot-starter-web" )
0 commit comments