diff --git a/persistence-service-v1/persistence-service-external-api-v1/build.gradle.kts b/persistence-service-v1/persistence-service-external-api-v1/build.gradle.kts index 8198a0844..cce71c30b 100644 --- a/persistence-service-v1/persistence-service-external-api-v1/build.gradle.kts +++ b/persistence-service-v1/persistence-service-external-api-v1/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { api("org.springframework.boot:spring-boot-starter-validation:3.1.3") api("com.iqser.red.commons:jackson-commons:2.1.0") api(project(":persistence-service-shared-api-v1")) - testImplementation("com.iqser.red.commons:test-commons:2.1.0") + testImplementation("com.iqser.red.commons:test-commons:2.3.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4") compileOnly("org.springdoc:springdoc-openapi-ui:1.6.13") api("io.github.openfeign:feign-core:12.2") diff --git a/persistence-service-v1/persistence-service-external-api-v2/build.gradle.kts b/persistence-service-v1/persistence-service-external-api-v2/build.gradle.kts index 79b0ad47e..a664024b0 100644 --- a/persistence-service-v1/persistence-service-external-api-v2/build.gradle.kts +++ b/persistence-service-v1/persistence-service-external-api-v2/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { api("org.springframework.boot:spring-boot-starter-validation:3.1.3") api("com.iqser.red.commons:jackson-commons:2.1.0") api(project(":persistence-service-shared-api-v1")) - testImplementation("com.iqser.red.commons:test-commons:2.1.0") + testImplementation("com.iqser.red.commons:test-commons:2.3.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4") compileOnly("org.springdoc:springdoc-openapi-ui:1.6.13") api("io.github.openfeign:feign-core:12.2") diff --git a/persistence-service-v1/persistence-service-shared-api-v1/build.gradle.kts b/persistence-service-v1/persistence-service-shared-api-v1/build.gradle.kts index 3b65aa3cc..83c4d0366 100644 --- a/persistence-service-v1/persistence-service-shared-api-v1/build.gradle.kts +++ b/persistence-service-v1/persistence-service-shared-api-v1/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { api("org.springframework.boot:spring-boot-starter-validation:3.1.3") api("com.iqser.red.commons:jackson-commons:2.3.0") api("com.iqser.red.commons:dictionary-merge-commons:1.3.0") - testImplementation("com.iqser.red.commons:test-commons:2.1.0") + testImplementation("com.iqser.red.commons:test-commons:2.3.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4") compileOnly("org.springdoc:springdoc-openapi-ui:1.7.0") compileOnly("io.github.openfeign:feign-core:12.2") diff --git a/persistence-service-v1/persistence-service-shared-mongo-v1/build.gradle.kts b/persistence-service-v1/persistence-service-shared-mongo-v1/build.gradle.kts index 82e86a837..5b30514f2 100644 --- a/persistence-service-v1/persistence-service-shared-mongo-v1/build.gradle.kts +++ b/persistence-service-v1/persistence-service-shared-mongo-v1/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { api("com.knecon.fforesight:tenant-commons:0.31.0-RED10196.0") api("org.springframework.boot:spring-boot-starter-data-mongodb:${springBootStarterVersion}") api("org.springframework.boot:spring-boot-starter-validation:3.1.3") - testImplementation("com.iqser.red.commons:test-commons:2.1.0") + testImplementation("com.iqser.red.commons:test-commons:2.3.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4") compileOnly("org.springdoc:springdoc-openapi-ui:1.7.0")