From a231fe68ab9d853b27f5ac68090e864b8774a8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:36:23 +0000 Subject: [PATCH] Bump com.microsoft.azure:applicationinsights-web from 3.4.17 to 3.4.18 Bumps [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) from 3.4.17 to 3.4.18. - [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-Java/compare/3.4.17...3.4.18) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index ef19213693..40150ab4d0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -61,7 +61,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.17") + library("insights", "com.microsoft.azure:applicationinsights-web:3.4.18") library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:6.33.1") library("opentelemetry-annotations", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.31.0") bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry"))