Skip to content

Commit 3c6e9bf

Browse files
Bump com.microsoft.azure:applicationinsights-agent from 3.7.4 to 3.7.5 in /gradle-kotlin-dsl in the all-dependencies group (#728)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b48d85 commit 3c6e9bf

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.4")
21+
agent("com.microsoft.azure:applicationinsights-agent:3.7.5")
2222
}
2323

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

0 commit comments

Comments
 (0)