Skip to content

Commit

Permalink
Bump com.microsoft.azure:applicationinsights-agent from 3.4.17 to 3.4.18
Browse files Browse the repository at this point in the history
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](microsoft/ApplicationInsights-Java@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent f153cc3 commit 35d9def
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 @@ -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<Copy>("copyAgent") {
Expand Down

0 comments on commit 35d9def

Please sign in to comment.