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") {