RED-10500: Fixed incompatible versions

This commit is contained in:
Dominique Eifländer 2024-11-19 15:35:00 +01:00
parent 713fbddbf0
commit bcdb54d304
3 changed files with 3 additions and 3 deletions

View File

@ -11,5 +11,5 @@ commit_hash=$(git rev-parse --short=5 HEAD)
# Combine branch and commit hash
buildName="${USER}-${branch}-${commit_hash}"
gradle bootBuildImage --cleanCache --publishImage -PbuildbootDockerHostNetwork=true -Pversion=$buildName
gradle bootBuildImage --cleanCache --publishImage -Pversion=$buildName
echo "nexus.knecon.com:5001/red/${dir}-server-v1:$buildName"

View File

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

View File

@ -17,7 +17,7 @@ val storageCommonsVersion = "2.45.0"
val poiVersion = "5.2.3"
val metricCommonsVersion = "2.1.0"
val lifecycleCommonsVersion = "0.6.0"
val persistenceServiceVersion = "2.465.25"
val persistenceServiceVersion = "2.465.91"
val springBootStarterVersion = "3.2.3"
configurations {