Skip to content

Commit 1a53e45

Browse files
fix(deps): update all non-major dependencies
1 parent 3e8c4ea commit 1a53e45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
42-
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.23'
42+
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.24'
4343
implementation(group: 'net.dv8tion', name: 'JDA', version:'6.2.1'){
4444
exclude(module: 'opus-java')
4545
}
@@ -54,10 +54,10 @@ dependencies {
5454
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1'
58-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2'
58+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.2'
5959
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.21.0'
60-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'
60+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.2'
6161
}
6262

6363
tasks {

0 commit comments

Comments
 (0)