added some logging

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-04-07 09:58:39 +02:00
parent 313e5c522f
commit 7e3b6bbf32
5 changed files with 16 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ plugins {
dependencies{
implementation("org.json:json:20240303")
implementation("de.srsoftware:tools.http:1.5.4")
implementation("de.srsoftware:tools.logging:1.2.0")
implementation("de.srsoftware:tools.logging:1.3.0")
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.3.1")
implementation(project(":de.srsoftware.oidc.api"))