We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41039bd commit 1f9e5c7Copy full SHA for 1f9e5c7
1 file changed
build.gradle
@@ -294,7 +294,7 @@ dependencies {
294
295
implementation group: 'ch.qos.logback', name: 'logback-core', version: versions.logback
296
implementation group: 'ch.qos.logback', name: 'logback-classic', version: versions.logback
297
- implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-server', version: '4.1.4'
+ implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-server', version: '4.2.0'
298
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'
299
compileOnly group: 'org.projectlombok', name: 'lombok', version: versions.lombok
300
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
0 commit comments