updated libraries

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-12-22 20:44:52 +01:00
parent e4b8bcb99a
commit 43e4c5d84c
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ dependencies {
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.2.0")
implementation("de.srsoftware:tools.web:1.3.3")
implementation("de.srsoftware:tools.web:1.3.4")
}

View File

@@ -5,5 +5,5 @@ dependencies {
implementation(project(":de.srsoftware.cal.base"))
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.2.0")
implementation("de.srsoftware:tools.web:1.3.3")
implementation("de.srsoftware:tools.web:1.3.4")
}