From 2dd15b385b9fa5d7020e5a443b0672731173a2ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 07:20:11 +0000 Subject: [PATCH] Bump applicationinsights-core from 2.3.1 to 2.4.0 Bumps [applicationinsights-core](https://github.com/Microsoft/ApplicationInsights-Java) from 2.3.1 to 2.4.0. - [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.3.1...2.4.0) 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 f8f007749e6..6bea0cb7553 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.3.1' + compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.0' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0'