From d9555b66d2d5c833dc5c4729bf3781951b49c4aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 05:22:52 +0000 Subject: [PATCH] Bump applicationinsights-core from 2.4.0 to 2.4.1 Bumps [applicationinsights-core](https://github.com/Microsoft/ApplicationInsights-Java) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/master/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-Java/compare/2.4.0...2.4.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1008da9d091..8419d594c71 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ dependencies { errorproneJavac 'com.google.errorprone:javac:1.8.0-u20' - compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.0' + compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.1' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.4.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.5.1'