From aa59cbb991e2680d54d4a1c0cae89a9e2762ba2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 15 Nov 2018 08:28:56 +0000 Subject: [PATCH] Bump applicationinsights-core from 2.2.0 to 2.2.1 Bumps [applicationinsights-core](https://github.com/Microsoft/ApplicationInsights-Java) from 2.2.0 to 2.2.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.2.0...2.2.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4262ceb102..f364470d047 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { errorproneJavac 'com.google.errorprone:javac:1.8.0-u20' - compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.2.0' + compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.2.1' compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.2.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'