fix(deps): update dependency com.iqser.red.commons:test-commons to v2.3.0 (master) #588

Open
infrastructure wants to merge 1 commits from renovate/master-com.iqser.red.commons-test-commons-2.x into master
4 changed files with 4 additions and 4 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")

View File

@ -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")