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,7 +3,7 @@ description = "SRSoftware OIDC: file datastore module"
dependencies{
implementation("com.sun.mail:jakarta.mail:2.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("org.json:json:20240303")
implementation(project(":de.srsoftware.oidc.api"))