Skip to content

Commit 6032c85

Browse files
bump version of JDA and javalin, there was a javalin swagger-ui bug (version difference)
1 parent fa45d10 commit 6032c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bot/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repositories {
1414

1515
dependencies {
1616
// discord
17-
implementation("net.dv8tion", "JDA", "5.0.0-alpha.9") {
17+
implementation("net.dv8tion", "JDA", "5.0.0-alpha.11") {
1818
exclude(module = "opus-java")
1919
}
2020

2121
implementation("de.chojo", "cjda-util", "2.4.0+alpha.11")
22-
implementation("io.javalin", "javalin-bundle", "4.4.0")
22+
implementation("io.javalin", "javalin-bundle", "4.5.0")
2323

2424

2525
// database

docker/bot.DockerFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:18
1+
FROM docker.io/openjdk:18
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)