From 35d9defabef08c729557b7398fb833f672e36ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:35:25 +0000 Subject: [PATCH] Bump com.microsoft.azure:applicationinsights-agent from 3.4.17 to 3.4.18 Bumps [com.microsoft.azure:applicationinsights-agent](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-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 21a12e6e2d..e2e5ca1834 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { val agentDeps: Configuration by configurations.creating dependencies { - agentDeps("com.microsoft.azure:applicationinsights-agent:3.4.17") + agentDeps("com.microsoft.azure:applicationinsights-agent:3.4.18") } val copyAgentTask = project.tasks.register("copyAgent") {