From 662714d61c2c56b4b59874ca0ec4ca8c4cd2b176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Feb 2019 11:20:50 +0100 Subject: [PATCH] Bump applicationinsights-logging-log4j2 from 2.3.0 to 2.3.1 (#4657) Bumps [applicationinsights-logging-log4j2](https://github.com/Microsoft/ApplicationInsights-Java) from 2.3.0 to 2.3.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.3.0...v2.3.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 1922b2bbb88..2bd70a04933 100644 --- a/build.gradle +++ b/build.gradle @@ -159,7 +159,7 @@ dependencies { errorproneJavac 'com.google.errorprone:javac:1.8.0-u20' compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.3.0' - compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.0' + compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0'