Skip to content

Commit 37f5775

Browse files
committed
update dependencies
1 parent cf93f9e commit 37f5775

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.*
44
plugins {
55
java
66
id("com.github.johnrengelman.shadow") version "8.1.1"
7-
id("org.springframework.boot") version "3.5.0"
7+
id("org.springframework.boot") version "3.5.5"
88
id("io.spring.dependency-management") version "1.1.7"
9-
id("org.graalvm.buildtools.native") version "0.10.6"
9+
id("org.graalvm.buildtools.native") version "0.11.0"
1010
checkstyle
1111
}
1212

@@ -27,22 +27,23 @@ repositories {
2727
dependencies {
2828
testImplementation("org.junit.jupiter:junit-jupiter-api")
2929
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
30+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3031
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
3132
compileOnly("org.jetbrains:annotations:26.0.2")
3233

3334
// DIH4JDA (Command Framework) & JDA
3435
implementation("com.github.DynxstyGIT:DIH4JDA:a64b5a9dc5")
35-
implementation("net.dv8tion:JDA:5.5.1") {
36+
implementation("net.dv8tion:JDA:5.6.1") {
3637
exclude(module = "opus-java")
3738
}
3839

3940
// Caffeine (Caching Library)
40-
implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
41+
implementation("com.github.ben-manes.caffeine:caffeine:3.2.2")
4142

4243
implementation("com.google.code.gson:gson:2.13.1")
4344
implementation("org.yaml:snakeyaml:2.4")
4445
implementation("com.google.re2j:re2j:1.8")
45-
implementation("commons-validator:commons-validator:1.9.0")
46+
implementation("commons-validator:commons-validator:1.10.0")
4647

4748
implementation("com.mashape.unirest:unirest-java:1.4.9")
4849

@@ -60,7 +61,7 @@ dependencies {
6061
testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
6162

6263
// Sentry
63-
implementation("io.sentry:sentry:8.13.2")
64+
implementation("io.sentry:sentry:8.20.0")
6465

6566
// Spring
6667
implementation("org.springframework.boot:spring-boot-starter-web")

0 commit comments

Comments
 (0)