Skip to content

Commit

Permalink
bump version of JDA and javalin, there was a javalin swagger-ui bug (…
Browse files Browse the repository at this point in the history
…version difference)
  • Loading branch information
yannicklamprecht committed Apr 30, 2022
1 parent fa45d10 commit 6032c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ repositories {

dependencies {
// discord
implementation("net.dv8tion", "JDA", "5.0.0-alpha.9") {
implementation("net.dv8tion", "JDA", "5.0.0-alpha.11") {
exclude(module = "opus-java")
}

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


// database
Expand Down
2 changes: 1 addition & 1 deletion docker/bot.DockerFile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:18
FROM docker.io/openjdk:18

WORKDIR /app

Expand Down

0 comments on commit 6032c85

Please sign in to comment.