Skip to content

Commit

Permalink
Bump com.microsoft.azure:applicationinsights-agent from 3.5.2 to 3.5.3 (
Browse files Browse the repository at this point in the history
#3875)

Bumps [com.microsoft.azure:applicationinsights-agent](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](microsoft/ApplicationInsights-Java@3.5.2...3.5.3)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 27c15d5 commit 2d44251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
val agentDeps: Configuration by configurations.creating

dependencies {
agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.2")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.3")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down

0 comments on commit 2d44251

Please sign in to comment.