Skip to content

Commit f8a7569

Browse files
GH-164 Update all dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce64e88 commit f8a7569

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.5.0
32+
uses: actions/upload-artifact@v4.6.0
3333
with:
3434
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
3535
path: build/libs/*.jar

build.gradle.kts

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

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

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

@@ -41,21 +41,21 @@ configurations.named("checkstyle") {
4141

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

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

5151
// slf4j setup
52-
implementation("ch.qos.logback:logback-classic:1.5.15")
52+
implementation("ch.qos.logback:logback-classic:1.5.16")
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:7.19.1")
58+
implementation("io.sentry:sentry:8.1.0")
5959

6060
// ORMLite
6161
implementation("com.j256.ormlite:ormlite-core:6.1")
@@ -69,7 +69,7 @@ dependencies {
6969
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
7070

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

7474
// tests
7575
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
@@ -80,8 +80,8 @@ dependencies {
8080
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
8181

8282
// mockito
83-
testImplementation("org.mockito:mockito-core:5.14.2")
84-
testImplementation("org.mockito:mockito-junit-jupiter:5.14.2")
83+
testImplementation("org.mockito:mockito-core:5.15.2")
84+
testImplementation("org.mockito:mockito-junit-jupiter:5.15.2")
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.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-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)