Skip to content

Commit

Permalink
Update Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 5f278ac commit 26e1cc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
java
`maven-publish`
application
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.20"
}

repositories {
Expand All @@ -48,14 +48,14 @@ repositories {
}

dependencies {
implementation("net.dv8tion", "JDA", "5.0.0-beta.15")
implementation("net.dv8tion", "JDA", "5.0.0-beta.17")
implementation("pw.chew", "jda-chewtils", "2.0-SNAPSHOT")
implementation("ch.qos.logback", "logback-classic", "1.4.11")
implementation("com.squareup.okhttp3", "okhttp", "4.12.0")
implementation("org.json", "json", "20231013")
implementation("io.sentry", "sentry", "5.7.4")
implementation("org.kohsuke", "github-api", "1.316")
implementation("org.jsoup", "jsoup", "1.16.1")
implementation("org.kohsuke", "github-api", "1.317")
implementation("org.jsoup", "jsoup", "1.16.2")
implementation("pro.chew.api", "ChewAPI", "1.0-b5")
implementation("org.reflections", "reflections", "0.10.2")
implementation("me.memerator.api", "MemeratorAPI", "2.0.0_74")
Expand Down

0 comments on commit 26e1cc2

Please sign in to comment.