We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4731ec9 commit 397304eCopy full SHA for 397304e
1 file changed
build.gradle
@@ -151,7 +151,7 @@ dependencies {
151
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
152
153
implementation group: 'org.projectlombok', name: 'lombok', version: lombokVersion
154
- implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
155
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
156
implementation (group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.3.3') {
157
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
0 commit comments