This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 1f8bb40f19 Bump elastic.version in /log4j-layout-template-json-test
(#3972)
1f8bb40f19 is described below
commit 1f8bb40f19da1182b6f87f1b81cfd223ddb73da4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 29 11:40:41 2025 +0100
Bump elastic.version in /log4j-layout-template-json-test (#3972)
Bumps `elastic.version` from 9.1.5 to 9.2.0.
Updates `co.elastic.clients:elasticsearch-java` from 9.1.5 to 9.2.0
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
-
[Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/elastic/elasticsearch-java/compare/v9.1.5...v9.2.0)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.1.5 to
9.2.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
-
[Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/elastic/elasticsearch/compare/v9.1.5...v9.2.0)
---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
dependency-version: 9.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-version: 9.2.0
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>
---
log4j-layout-template-json-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-layout-template-json-test/pom.xml
b/log4j-layout-template-json-test/pom.xml
index da1b3208e7..f1a1f23c19 100644
--- a/log4j-layout-template-json-test/pom.xml
+++ b/log4j-layout-template-json-test/pom.xml
@@ -48,7 +48,7 @@
2. The Docker image version of the ELK-stack
As of 2024-09-16, these all (Maven artifacts and Elastic products)
get released with the same version. -->
- <elastic.version>9.1.5</elastic.version>
+ <elastic.version>9.2.0</elastic.version>
</properties>