From 665ec5f5818ab68cc5f15d2f863928632a1f96a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 08:09:48 +0000 Subject: [PATCH] Bump applicationinsights-logging-log4j2 from 2.4.1 to 2.5.0 Bumps [applicationinsights-logging-log4j2](https://github.com/Microsoft/ApplicationInsights-Java) from 2.4.1 to 2.5.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.4.1...2.5.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 eda5709ad85..dc275607f0f 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ dependencies { */ compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.4.1' - compile (group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.4.1') { + compile (group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.5.0') { exclude module: "log4j-core" }