RED-9348: initial changes for migration of component log to mongo

This commit is contained in:
maverickstuder 2024-09-18 09:32:16 +02:00
parent 67ad643262
commit 555796e9fa
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
description = "redaction-report-service-api-v1"
val persistenceServiceVersion = "2.562.0-RED9348.0"
val persistenceServiceVersion = "2.562.0-RED9348.2"
dependencies {
implementation("io.github.openfeign:feign-core:12.2")

View File

@ -17,7 +17,7 @@ val storageCommonsVersion = "2.45.0"
val lifecycleCommonsVersion = "0.4.0"
val poiVersion = "5.2.3"
val metricCommonsVersion = "2.1.0"
val persistenceServiceVersion = "2.562.0-RED9348.0"
val persistenceServiceVersion = "2.562.0-RED9348.2"
val springBootStarterVersion = "3.2.3"
configurations {