fix(deps): update dependency com.iqser.red.commons:jackson-commons to v2.3.0
This commit is contained in:
parent
a441909408
commit
97bcaefd4f
@ -24,7 +24,7 @@ dependencies {
|
||||
api("com.google.guava:guava:31.1-jre")
|
||||
api("org.springframework.boot:spring-boot-starter-security:3.1.3")
|
||||
api("org.springframework.boot:spring-boot-starter-validation:3.1.3")
|
||||
api("com.iqser.red.commons:jackson-commons:2.1.0")
|
||||
api("com.iqser.red.commons:jackson-commons:2.3.0")
|
||||
api(project(":persistence-service-shared-api-v1"))
|
||||
testImplementation("com.iqser.red.commons:test-commons:2.1.0")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4")
|
||||
|
||||
@ -26,7 +26,7 @@ dependencies {
|
||||
api("com.google.guava:guava:31.1-jre")
|
||||
api("org.springframework.boot:spring-boot-starter-security:3.1.3")
|
||||
api("org.springframework.boot:spring-boot-starter-validation:3.1.3")
|
||||
api("com.iqser.red.commons:jackson-commons:2.1.0")
|
||||
api("com.iqser.red.commons:jackson-commons:2.3.0")
|
||||
api(project(":persistence-service-shared-api-v1"))
|
||||
testImplementation("com.iqser.red.commons:test-commons:2.1.0")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4")
|
||||
|
||||
@ -5,7 +5,7 @@ dependencies {
|
||||
api("io.github.openfeign:feign-core:12.2")
|
||||
api("org.springframework.boot:spring-boot-starter-web:3.1.3")
|
||||
api("org.springframework.boot:spring-boot-starter-validation:3.1.3")
|
||||
api("com.iqser.red.commons:jackson-commons:2.1.0")
|
||||
api("com.iqser.red.commons:jackson-commons:2.3.0")
|
||||
api(project(":persistence-service-shared-api-v1"))
|
||||
compileOnly("org.springdoc:springdoc-openapi-ui:1.6.13")
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user