We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c75f9 commit 67b5733Copy full SHA for 67b5733
1 file changed
build.gradle
@@ -214,7 +214,7 @@ dependencies {
214
implementation 'org.springframework.boot:spring-boot-starter-json'
215
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.8'
216
217
- implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.8'
+ implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.9'
218
219
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
220
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
0 commit comments