From 13e2bd225b85098605baeab6e9728c0c1beb88fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:33:01 +0100 Subject: [PATCH] Bump com.microsoft.azure:applicationinsights-web from 3.5.0 to 3.5.1 (#3526) Bumps [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.0 to 3.5.1. - [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.5.0...3.5.1) --- 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 61e8b07c31..239a66912f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -78,7 +78,7 @@ dependencyResolutionManagement { library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.2.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.0") + library("insights", "com.microsoft.azure:applicationinsights-web:3.5.1") library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.6.0") library( "opentelemetry-annotations",