Skip to content

Commit

Permalink
Bump com.microsoft.azure:applicationinsights-agent from 3.5.2 to 3.5.…
Browse files Browse the repository at this point in the history
…3 in /gradle-kotlin-dsl (#421)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2024
1 parent bb1c081 commit 527cea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-kotlin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val agent: Configuration by configurations.creating
dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
testImplementation("org.springframework.boot:spring-boot-starter-test")
agent("com.microsoft.azure:applicationinsights-agent:3.5.2")
agent("com.microsoft.azure:applicationinsights-agent:3.5.3")
}

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

0 comments on commit 527cea2

Please sign in to comment.