Skip to content

Commit

Permalink
Update Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 5f278ac commit 393edfe
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 @@ -52,14 +52,14 @@ dependencies {
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.json", "json", "20240205")
implementation("io.sentry", "sentry", "7.3.0")
implementation("org.kohsuke", "github-api", "1.316")
implementation("org.jsoup", "jsoup", "1.16.1")
implementation("pro.chew.api", "ChewAPI", "1.0-b5")
implementation("org.reflections", "reflections", "0.10.2")
implementation("me.memerator.api", "MemeratorAPI", "2.0.0_74")
implementation("org.hibernate", "hibernate-core", "5.6.15.Final")
implementation("org.hibernate", "hibernate-core", "6.4.3.Final")
implementation("mysql", "mysql-connector-java", "8.0.33")
implementation("org.codehaus.groovy", "groovy", "3.0.19")
implementation("org.knowm.xchart", "xchart", "3.8.5")
Expand Down

0 comments on commit 393edfe

Please sign in to comment.