Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent ce64e88 commit fcf8b59
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 @@ -49,13 +49,13 @@ dependencies {
implementation("net.dzikoysk:cdn:1.14.5")

// slf4j setup
implementation("ch.qos.logback:logback-classic:1.5.15")
implementation("ch.qos.logback:logback-classic:1.5.16")

// new modern fork of jda-utilities
implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT")

// Sentry.io integration
implementation("io.sentry:sentry:7.19.1")
implementation("io.sentry:sentry:7.20.0")

// ORMLite
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand All @@ -80,8 +80,8 @@ dependencies {
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

// mockito
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")
testImplementation("org.mockito:mockito-core:5.15.2")
testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
implementation("org.apache.commons:commons-lang3:3.17.0")
Expand Down

0 comments on commit fcf8b59

Please sign in to comment.