Skip to content

Commit e389040

Browse files
Update Logging Dependencies to v2.25.2 (#485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c715db3 commit e389040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ dependencies {
276276
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
277277
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', version: '3.7.4'
278278

279-
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.25.1'
280-
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.25.1'
279+
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.25.2'
280+
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.25.2'
281281

282282
implementation group: 'org.camunda.bpm', name: 'camunda-external-task-client', version: versions.camunda
283283

0 commit comments

Comments
 (0)