Skip to content

Commit

Permalink
Update Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent a523038 commit 4b0f324
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 @@ -19,17 +19,17 @@ repositories {
}

dependencies {
implementation("net.dv8tion", "JDA", "5.0.2")
implementation("net.dv8tion", "JDA", "5.1.1")
implementation("pw.chew", "jda-chewtils", "2.0")
implementation("org.json", "json", "20240303")
implementation("ch.qos.logback", "logback-classic", "1.5.6")
implementation("ch.qos.logback", "logback-classic", "1.5.8")
implementation("mysql", "mysql-connector-java", "8.0.33")
implementation("org.mapdb", "mapdb", "3.1.0")
implementation("org.hibernate", "hibernate-core", "5.6.15.Final")
implementation("com.github.ben-manes.caffeine", "caffeine", "3.1.8")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
}

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit 4b0f324

Please sign in to comment.