Resolve RED-9472 "Feature/" #537

Open
yannik.hampe wants to merge 113 commits from feature/RED-9472 into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit d5d8eb2061 - Show all commits

View File

@ -4,7 +4,7 @@ plugins {
}
description = "redaction-service-api-v1"
val persistenceServiceVersion = "2.612.0-RED10072.1"
val persistenceServiceVersion = "2.585.0-RED9472.0"
dependencies {
implementation("org.springframework:spring-web:6.0.12")

View File

@ -16,8 +16,8 @@ val layoutParserVersion = "0.193.0"
val jacksonVersion = "2.15.2"
val droolsVersion = "9.44.0.Final"
val pdfBoxVersion = "3.0.0"
val persistenceServiceVersion = "2.612.0-RED10072.1"
val llmServiceVersion = "1.20.0-RED10072.2"
val persistenceServiceVersion = "2.585.0-RED9472.1"
val llmServiceVersion = "1.11.0"
val springBootStarterVersion = "3.1.5"
val springCloudVersion = "4.0.4"
val testContainersVersion = "1.19.7"