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 Jul 7, 2024
1 parent de65d66 commit 17ad79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
arguments: shadowJar
- name: Upload a Build Artifact
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
path: build/libs/*.jar
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configurations.named("checkstyle") {

dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.0-beta.24") {
implementation("net.dv8tion:JDA:5.0.0") {
exclude("opus-java", "opus-java")
}

Expand All @@ -55,7 +55,7 @@ dependencies {
implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT")

// Sentry.io integration
implementation("io.sentry:sentry:7.10.0")
implementation("io.sentry:sentry:7.11.0")

// ORMLite
implementation("com.j256.ormlite:ormlite-core:6.1")
Expand All @@ -74,8 +74,8 @@ dependencies {
implementation("com.google.code.gson:gson:2.11.0")

// tests
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")

// mockwebserver
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
Expand Down

0 comments on commit 17ad79b

Please sign in to comment.