From 7f8a1f25d2f5fd6066fa04ad41708ad08edd8851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:05:06 +0000 Subject: [PATCH] Update dependency com.microsoft.azure:applicationinsights-core to v3.6.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cddf2d7cb..a017dbc3a 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { implementation('org.apache.commons:commons-text:1.12.0') implementation("uk.gov.service.notify:notifications-java-client:${notifyVersion}") - runtimeOnly(group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.5.3') + runtimeOnly(group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.6.2') implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:${springDocVersion}" implementation group: 'io.rest-assured', name: 'rest-assured'