Skip to content

Commit

Permalink
PI-1457 update to 3.4.17 (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj authored Sep 19, 2023
1 parent 5f90676 commit 5668698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
val agentDeps: Configuration by configurations.creating

dependencies {
agentDeps("com.microsoft.azure:applicationinsights-agent:3.4.15")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.4.17")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencyResolutionManagement {
library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.1.0")
library("mockito-inline", "org.mockito:mockito-inline:5.2.0")
bundle("mockito", listOf("mockito-kotlin", "mockito-inline"))
library("insights", "com.microsoft.azure:applicationinsights-web:3.4.16")
library("insights", "com.microsoft.azure:applicationinsights-web:3.4.17")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:6.29.0")
library("opentelemetry-annotations", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.30.0")
bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry"))
Expand Down

0 comments on commit 5668698

Please sign in to comment.