chore: update gradle and dependencies

This commit is contained in:
Skylot
2023-12-04 20:18:28 +00:00
parent e06e6bd483
commit 2de91f9a3a
17 changed files with 37 additions and 35 deletions
@@ -14,9 +14,9 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.9")
compileOnly("org.jetbrains:annotations:24.1.0")
testImplementation("ch.qos.logback:logback-classic:1.4.11")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("org.hamcrest:hamcrest-library:2.2")
testImplementation("org.mockito:mockito-core:5.7.0")
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")