Skip to content

Commit 0243615

Browse files
Bump com.microsoft.azure:applicationinsights-agent
Bumps the all-dependencies group in /gradle-groovy-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 0243615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-groovy-dsl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ configurations {
2020
dependencies {
2121
implementation 'org.springframework.boot:spring-boot-starter-web'
2222
testImplementation 'org.springframework.boot:spring-boot-starter-test'
23-
agent 'com.microsoft.azure:applicationinsights-agent:3.7.5'
23+
agent 'com.microsoft.azure:applicationinsights-agent:3.7.6'
2424
}
2525

2626
def copyAgent = tasks.register('copyAgent', Copy) {

0 commit comments

Comments
 (0)