From 17ad79b7cbd980df21809cb0f2ca7db051d380f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 22:29:50 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/gradle.yml | 2 +- build.gradle.kts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c4224a5..15cab53 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,7 +29,7 @@ jobs: with: arguments: shadowJar - name: Upload a Build Artifact - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}' path: build/libs/*.jar diff --git a/build.gradle.kts b/build.gradle.kts index 1131748..4bcd33b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") } @@ -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") @@ -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")