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 Sep 7, 2024
1 parent 1c2aa8e commit 99dffe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
path: build/libs/*.jar
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

checkstyle {
toolVersion = "10.17.0"
toolVersion = "10.18.1"

configFile = file("${rootDir}/checkstyle/checkstyle.xml")

Expand All @@ -41,15 +41,15 @@ configurations.named("checkstyle") {

dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.2") {
implementation("net.dv8tion:JDA:5.1.0") {
exclude("opus-java", "opus-java")
}

// configs
implementation("net.dzikoysk:cdn:1.14.5")

// slf4j setup
implementation("ch.qos.logback:logback-classic:1.5.7")
implementation("ch.qos.logback:logback-classic:1.5.8")

// new modern fork of jda-utilities
implementation("pw.chew:jda-chewtils-command:2.0-SNAPSHOT")
Expand Down Expand Up @@ -80,11 +80,11 @@ dependencies {
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")

// mockito
testImplementation("org.mockito:mockito-core:5.12.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
testImplementation("org.mockito:mockito-core:5.13.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.13.0")

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

tasks.getByName<Test>("test") {
Expand Down

0 comments on commit 99dffe0

Please sign in to comment.