Merge branch 'RED-7307' into 'master'

Upgrade tenant commons to 0.13.0

Closes RED-7307

See merge request redactmanager/redaction-service!140
This commit is contained in:
Kilian Schüttler 2023-09-22 10:57:49 +02:00
commit 1b22ef5af3

View File

@ -35,7 +35,7 @@ dependencies {
implementation("com.iqser.red.commons:dictionary-merge-commons:1.5.0")
implementation("com.iqser.red.commons:storage-commons:2.44.0")
implementation("com.knecon.fforesight:tenant-commons:0.10.0")
implementation("com.knecon.fforesight:tenant-commons:0.13.0")
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")