This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 498bba4490 Bump log4j2-ecs-layout from 1.3.2 to 1.4.0 (#857)
498bba4490 is described below
commit 498bba4490f3d5a709dca2483f3919236c00b143
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 24 08:56:04 2022 +0200
Bump log4j2-ecs-layout from 1.3.2 to 1.4.0 (#857)
Bumps [log4j2-ecs-layout](https://github.com/elastic/ecs-logging-java) from
1.3.2 to 1.4.0.
- [Release notes](https://github.com/elastic/ecs-logging-java/releases)
-
[Commits](https://github.com/elastic/ecs-logging-java/compare/v1.3.2...v1.4.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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index de26b37d99..b04f51db7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -997,7 +997,7 @@
<dependency>
<groupId>co.elastic.logging</groupId>
<artifactId>log4j2-ecs-layout</artifactId>
- <version>1.3.2</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>