We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b9219b + 4d198c2 commit 9fb9a93Copy full SHA for 9fb9a93
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
implementation group: 'com.github.rainestormee', name: 'jda-command', version: '1.1.5'
61
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.2.0'
62
implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.36'
63
- implementation group: 'io.javalin', name: 'javalin', version: '6.4.0'
+ implementation group: 'io.javalin', name: 'javalin', version: '6.5.0'
64
implementation group: 'org.json', name: 'json', version: '20250107'
65
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
66
}
0 commit comments