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 Apr 12, 2024
1 parent 7fa4f16 commit b24af50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run checkstyle
run: ./gradlew checkstyleMain
- name: Build with Gradle
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61
uses: gradle/gradle-build-action@cb6e43f18001186272630908bb44a8246d3df780
with:
arguments: shadowJar
- name: Upload a Build Artifact
Expand Down
4 changes: 2 additions & 2 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.4")

// slf4j setup
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("ch.qos.logback:logback-classic:1.5.5")

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

// Sentry.io integration
implementation("io.sentry:sentry:7.7.0")
implementation("io.sentry:sentry:7.8.0")

// ORMLite
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand Down

0 comments on commit b24af50

Please sign in to comment.