From 4ed53f4081c5f1dce3b5e1458384467a5dca7d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:02:33 +0100 Subject: [PATCH] Bump com.microsoft.azure:applicationinsights-web from 3.5.2 to 3.5.3 (#3865) Bumps [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.2 to 3.5.3. - [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/commits) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 8b28d0687a..25ce9fd7a0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -79,7 +79,7 @@ dependencyResolutionManagement { library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.3.1") 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.5.2") + library("insights", "com.microsoft.azure:applicationinsights-web:3.5.3") library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.9.0") library( "opentelemetry-annotations",