fix(deps): update dependency com.iqser.red.commons:dictionary-merge-commons to v1.5.0

This commit is contained in:
Renovate Bot 2024-01-29 18:13:19 +00:00
parent 5394faa065
commit 37228d0850

View File

@ -8,7 +8,7 @@ dependencies {
api("com.google.guava:guava:31.1-jre")
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:dictionary-merge-commons:1.3.0")
api("com.iqser.red.commons:dictionary-merge-commons:1.5.0")
testImplementation("com.iqser.red.commons:test-commons:2.1.0")
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.4")
compileOnly("org.springdoc:springdoc-openapi-ui:1.7.0")