Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
10f83526e9 Update dependency org.springframework.cloud:spring-cloud-starter-openfeign to v4.2.0 2025-01-29 18:28:00 +00:00

View File

@ -36,7 +36,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator:${springBootStarterVersion}")
implementation("org.springframework.boot:spring-boot-starter-amqp:${springBootStarterVersion}")
implementation("com.amazonaws:aws-java-sdk-s3:1.12.536")
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4")
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.2.0")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("ch.qos.logback:logback-classic")
api("com.iqser.red.commons:metric-commons:2.3.0")