Skip to content

Commit

Permalink
Update Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 02e748a commit 2b9f164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ dependencies {
implementation("net.dv8tion", "JDA", "5.0.2")
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.7")
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 2b9f164

Please sign in to comment.