RED-10115: persistence dependency

This commit is contained in:
maverickstuder 2024-11-15 13:16:26 +01:00
parent 1174e0ea09
commit 2fe6bd231e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
}
description = "redaction-service-api-v1"
val persistenceServiceVersion = "2.621.0-RED10115.2"
val persistenceServiceVersion = "2.627.0-RED10115.0"
dependencies {
implementation("org.springframework:spring-web:6.0.12")

View File

@ -16,7 +16,7 @@ val layoutParserVersion = "0.191.0"
val jacksonVersion = "2.15.2"
val droolsVersion = "9.44.0.Final"
val pdfBoxVersion = "3.0.0"
val persistenceServiceVersion = "2.621.0-RED10115.2"
val persistenceServiceVersion = "2.627.0-RED10115.0"
val llmServiceVersion = "1.20.0-RED10072.2"
val springBootStarterVersion = "3.1.5"
val springCloudVersion = "4.0.4"