Skip to content

Commit 68b8c76

Browse files
authored
Merge branch 'master' into nfdiv-4455-retain-and-dispose-migration
2 parents c8b6ddd + 2a8b7fe commit 68b8c76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
2-
ARG APP_INSIGHTS_AGENT_VERSION=3.6.2
2+
ARG APP_INSIGHTS_AGENT_VERSION=3.7.0
33
FROM hmctspublic.azurecr.io/base/java:21-distroless
44

55
USER hmcts

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ plugins {
33
id 'checkstyle'
44
id 'jacoco'
55
id 'java'
6-
id "io.freefair.lombok" version "8.11"
6+
id "io.freefair.lombok" version "8.12"
77
id 'io.spring.dependency-management' version '1.1.7'
88
id 'org.springframework.boot' version '2.7.18'
99
id 'com.github.kt3k.coveralls' version '2.12.2'
1010
id 'hmcts.ccd.sdk' version '5.5.16'
1111
id 'com.github.ben-manes.versions' version '0.51.0'
1212
id 'org.sonarqube' version '6.0.1.5171'
13-
id 'uk.gov.hmcts.java' version '0.12.63'
13+
id 'uk.gov.hmcts.java' version '0.12.64'
1414
}
1515

1616
group = 'uk.gov.hmcts.reform'

0 commit comments

Comments
 (0)