Update logging

This commit is contained in:
2026-01-21 12:12:57 +03:00
parent 5f6438aa39
commit 5d0e7d3640
7 changed files with 39 additions and 15 deletions

View File

@@ -10,6 +10,12 @@ repositories {
}
dependencies {
implementation 'org.slf4j:slf4j-api:2.0.17'
implementation 'ch.qos.logback:logback-classic:1.5.25'
compileOnly 'org.projectlombok:lombok:1.18.42'
annotationProcessor 'org.projectlombok:lombok:1.18.42'
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
}