Skip to content

Commit 0e1ffd3

Browse files
Update all dependencies
1 parent ce759d7 commit 0e1ffd3

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
arguments: shadowJar
3131
- name: Upload a Build Artifact
32-
uses: actions/upload-artifact@v4.6.0
32+
uses: actions/upload-artifact@v4.6.2
3333
with:
3434
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
3535
path: build/libs/*.jar

build.gradle.kts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
checkstyle {
23-
toolVersion = "10.21.2"
23+
toolVersion = "10.24.0"
2424

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

@@ -33,55 +33,55 @@ configurations.named("checkstyle") {
3333
resolutionStrategy {
3434
capabilitiesResolution {
3535
withCapability("com.google.collections:google-collections") {
36-
select("com.google.guava:guava:33.4.0-jre")
36+
select("com.google.guava:guava:33.4.8-jre")
3737
}
3838
}
3939
}
4040
}
4141

4242
dependencies {
4343
// JDA
44-
implementation("net.dv8tion:JDA:5.3.0") {
44+
implementation("net.dv8tion:JDA:5.5.1") {
4545
exclude("opus-java", "opus-java")
4646
}
4747

4848
// configs
49-
implementation("net.dzikoysk:cdn:1.14.6")
49+
implementation("net.dzikoysk:cdn:1.14.8")
5050

5151
// slf4j setup
52-
implementation("ch.qos.logback:logback-classic:1.5.16")
52+
implementation("ch.qos.logback:logback-classic:1.5.18")
5353

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

5757
// Sentry.io integration
58-
implementation("io.sentry:sentry:8.1.0")
58+
implementation("io.sentry:sentry:8.13.2")
5959

6060
// ORMLite
6161
implementation("com.j256.ormlite:ormlite-core:6.1")
6262
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
6363

6464
// HikariCP
65-
implementation("com.zaxxer:HikariCP:6.2.1")
65+
implementation("com.zaxxer:HikariCP:6.3.0")
6666

6767
// Database drivers
6868
implementation("com.h2database:h2:2.3.232")
69-
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
69+
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.3")
7070

7171
// Gson
72-
implementation("com.google.code.gson:gson:2.12.1")
72+
implementation("com.google.code.gson:gson:2.13.1")
7373

7474
// tests
75-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
76-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
75+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
76+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
7777

7878
// mockwebserver
7979
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
8080
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
8181

8282
// mockito
83-
testImplementation("org.mockito:mockito-core:5.15.2")
84-
testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")
83+
testImplementation("org.mockito:mockito-core:5.18.0")
84+
testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
8585

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

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)