This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 73e2bf9ef953c133bc575e5b1de09fa7b468e9fd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 5 03:19:21 2022 +0000 Bump log4j2-ecs-layout from 1.4.0 to 1.5.0 Bumps [log4j2-ecs-layout](https://github.com/elastic/ecs-logging-java) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/elastic/ecs-logging-java/releases) - [Commits](https://github.com/elastic/ecs-logging-java/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: co.elastic.logging:log4j2-ecs-layout dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d620b2c180..132d2a011e 100644 --- a/pom.xml +++ b/pom.xml @@ -799,7 +799,7 @@ <dependency> <groupId>co.elastic.logging</groupId> <artifactId>log4j2-ecs-layout</artifactId> - <version>1.4.0</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId>