diff --git a/redaction-report-service-v1/redaction-report-service-api-v1/build.gradle.kts b/redaction-report-service-v1/redaction-report-service-api-v1/build.gradle.kts index 5ccf669..8b4ad00 100644 --- a/redaction-report-service-v1/redaction-report-service-api-v1/build.gradle.kts +++ b/redaction-report-service-v1/redaction-report-service-api-v1/build.gradle.kts @@ -5,7 +5,7 @@ plugins { description = "redaction-report-service-api-v1" -val persistenceServiceVersion = "2.522.0" +val persistenceServiceVersion = "2.536.0" dependencies { implementation("io.github.openfeign:feign-core:12.2") diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts b/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts index 18ee4c0..c09ba07 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts +++ b/redaction-report-service-v1/redaction-report-service-server-v1/build.gradle.kts @@ -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.532.0" +val persistenceServiceVersion = "2.536.0" val springBootStarterVersion = "3.2.3" configurations { @@ -50,7 +50,6 @@ dependencies { implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.1.1") implementation("org.apache.commons:commons-lang3:3.12.0") - implementation("org.springframework.boot:spring-boot-starter-cache:${springBootStarterVersion}") implementation("org.springframework.boot:spring-boot-starter-data-redis:${springBootStarterVersion}")