diff --git a/backend/build.gradle b/backend/build.gradle index 2d7329f4d4..9f01c10827 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -84,7 +84,7 @@ dependencies { runtimeOnly 'org.springframework.session:spring-session-jdbc' // App insights instrumentation - implementation 'com.microsoft.azure:applicationinsights-core:3.4.17' + implementation 'com.microsoft.azure:applicationinsights-core:3.4.18' // Twilio for SMS implementation 'com.twilio.sdk:twilio:9.14.0' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index a06f3406a3..9e72db9117 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -43,7 +43,7 @@ com.graphql-java:graphql-java-extended-validation:20.0=compileClasspath,runtimeC com.graphql-java:graphql-java:20.2=compileClasspath,runtimeClasspath com.graphql-java:java-dataloader:3.2.0=compileClasspath,runtimeClasspath com.ibm.icu:icu4j:72.1=compileClasspath,runtimeClasspath -com.microsoft.azure:applicationinsights-core:3.4.17=compileClasspath,runtimeClasspath +com.microsoft.azure:applicationinsights-core:3.4.18=compileClasspath,runtimeClasspath com.nimbusds:content-type:2.2=compileClasspath,runtimeClasspath com.nimbusds:lang-tag:1.7=compileClasspath,runtimeClasspath com.nimbusds:nimbus-jose-jwt:9.24.4=compileClasspath,runtimeClasspath