Skip to content

Commit 99cabbf

Browse files
Update all dependencies
1 parent f8a7569 commit 99cabbf

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.1
3333
with:
3434
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
3535
path: build/libs/*.jar

build.gradle.kts

Lines changed: 6 additions & 6 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.21.3"
2424

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

@@ -49,13 +49,13 @@ dependencies {
4949
implementation("net.dzikoysk:cdn:1.14.6")
5050

5151
// slf4j setup
52-
implementation("ch.qos.logback:logback-classic:1.5.16")
52+
implementation("ch.qos.logback:logback-classic:1.5.17")
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.2.0")
5959

6060
// ORMLite
6161
implementation("com.j256.ormlite:ormlite-core:6.1")
@@ -66,14 +66,14 @@ dependencies {
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.2")
7070

7171
// Gson
7272
implementation("com.google.code.gson:gson:2.12.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.12.0")
76+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
7777

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

gradle/wrapper/gradle-wrapper.jar

122 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.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)