Skip to content

Commit 32b922e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
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.17'
42+
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.18'
4343
implementation(group: 'net.dv8tion', name: 'JDA', version:'5.3.0'){
4444
exclude(module: 'opus-java')
4545
}
@@ -54,10 +54,10 @@ dependencies {
5454
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.60.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.60.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.0'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
5959
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
60-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
60+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.1'
6161
}
6262

6363
tasks {

0 commit comments

Comments
 (0)