Skip to content

Commit 378f7f9

Browse files
Bump com.microsoft.azure:applicationinsights-agent
Bumps the all-dependencies group in /gradle-kotlin-dsl with 1 update: [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java). Updates `com.microsoft.azure:applicationinsights-agent` from 3.7.5 to 3.7.6 - [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.7.5...3.7.6) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-agent dependency-version: 3.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fa1cf1 commit 378f7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-kotlin-dsl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val agent: Configuration by configurations.creating
1818
dependencies {
1919
implementation("org.springframework.boot:spring-boot-starter-web")
2020
testImplementation("org.springframework.boot:spring-boot-starter-test")
21-
agent("com.microsoft.azure:applicationinsights-agent:3.7.5")
21+
agent("com.microsoft.azure:applicationinsights-agent:3.7.6")
2222
}
2323

2424
val copyAgent = tasks.register<Copy>("copyAgent") {

0 commit comments

Comments
 (0)