Skip to content

Commit f485565

Browse files
fix(deps): update all non-major dependencies (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c9408f commit f485565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
plugins {
2020
id "java"
2121
id "application"
22-
id "com.gradleup.shadow" version "9.4.0"
22+
id "com.gradleup.shadow" version "9.4.1"
2323
id "jacoco"
2424
}
2525

@@ -40,7 +40,7 @@ repositories {
4040

4141
dependencies {
4242
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.32'
43-
implementation(group: 'net.dv8tion', name: 'JDA', version:'6.3.2'){
43+
implementation(group: 'net.dv8tion', name: 'JDA', version:'6.4.0'){
4444
exclude(module: 'opus-java')
4545
}
4646
implementation group: 'pw.chew', name: 'jda-chewtils-commons', version: '2.2.1'

0 commit comments

Comments
 (0)