replaced Content by Payload due to upstream library changes

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-17 13:18:25 +01:00
parent f593e7b2c9
commit 5d70e687f6
10 changed files with 15 additions and 17 deletions

View File

@@ -3,9 +3,9 @@ description = "SRSoftware OIDC: app"
dependencies{
implementation("org.json:json:20240303")
implementation("de.srsoftware:tools.http:1.0.1")
implementation("de.srsoftware:tools.logging:1.0.0")
implementation("de.srsoftware:tools.logging:1.0.1")
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.0.3")
implementation("de.srsoftware:tools.util:1.1.0")
implementation(project(":de.srsoftware.oidc.api"))
implementation(project(":de.srsoftware.oidc.backend"))
implementation(project(":de.srsoftware.oidc.datastore.encrypted"))