We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8a410 commit 6ffb461Copy full SHA for 6ffb461
build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
implementation 'org.springframework.boot:spring-boot-starter-security'
79
implementation 'org.springframework.boot:spring-boot-starter-web'
80
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
81
- implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.0'
+ implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.2'
82
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.38'
83
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.38'
84
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments