Merge branch 'RED-10500-4.73.x' into 'release/4.73.x'

RED-10500: Fixed incompatible versions

See merge request redactmanager/redaction-report-service!107
This commit is contained in:
Dominique Eifländer 2024-11-19 18:38:33 +01:00
commit 583ced03f5
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 {