From a8004398e5786678482f91d396f9c317ddd14adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:36:30 +0000 Subject: [PATCH] Bump com.microsoft.azure:applicationinsights-agent in /gradle-kotlin-dsl Bumps [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.4 to 3.6.0. - [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.4...3.6.0) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle-kotlin-dsl/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-kotlin-dsl/build.gradle.kts b/gradle-kotlin-dsl/build.gradle.kts index cd0c9616..9d780b18 100644 --- a/gradle-kotlin-dsl/build.gradle.kts +++ b/gradle-kotlin-dsl/build.gradle.kts @@ -18,7 +18,7 @@ val agent: Configuration by configurations.creating dependencies { implementation("org.springframework.boot:spring-boot-starter-web") testImplementation("org.springframework.boot:spring-boot-starter-test") - agent("com.microsoft.azure:applicationinsights-agent:3.5.4") + agent("com.microsoft.azure:applicationinsights-agent:3.6.0") } val copyAgent = tasks.register("copyAgent") {