Skip to content

Commit 4cd8507

Browse files
Branch was auto-updated.
2 parents 8552730 + 4a6cfae commit 4cd8507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ compileJava {
3838
def versions = [
3939
junit : '6.0.3',
4040
junitPlatform : '6.0.3',
41-
reformLogging : '6.1.9',
41+
reformLogging : '8.0.0',
4242
springBoot : '3.4.1',
4343
springfoxSwagger : '2.10.5',
4444
lombok : '1.18.44',
@@ -260,7 +260,7 @@ dependencies {
260260
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json'
261261

262262
implementation "com.github.hmcts.java-logging:logging:${versions.reformLogging}"
263-
implementation "com.github.hmcts.java-logging:logging-appinsights:${versions.reformLogging}"
263+
implementation "com.github.hmcts.java-logging:logging-appinsights:6.1.9"
264264

265265
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc'
266266
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-batch'

0 commit comments

Comments
 (0)