Skip to content

Commit

Permalink
Bump com.microsoft.azure:applicationinsights-core in /backend (#7030)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Dec 22, 2023
1 parent 0c337fe commit d6b7da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6b7da7

Please sign in to comment.