fix(deps): update dependency com.iqser.red.commons:test-commons to v2.3.0
This commit is contained in:
parent
a441909408
commit
54508f72af
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user