This is an automated email from the ASF dual-hosted git repository.
github-bot 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 a59d86b335 Update `co.elastic.clients:elasticsearch-java` to version
`8.10.4` (#1881)
a59d86b335 is described below
commit a59d86b3353ac17b156e75c76fcf13019dfa9156
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Oct 20 13:18:08 2023 +0000
Update `co.elastic.clients:elasticsearch-java` to version `8.10.4` (#1881)
---
log4j-parent/pom.xml | 2 +-
.../.2.x.x/update_co_elastic_clients_elasticsearch_java.xml | 9 +++++++++
src/site/_release-notes/_2.x.x.adoc | 1 +
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 2a97f998e1..11c4bbf36c 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -80,7 +80,7 @@
<!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
<conversant.disruptor.version>1.2.15</conversant.disruptor.version>
<disruptor.version>3.4.4</disruptor.version>
- <elasticsearch-java.version>8.10.3</elasticsearch-java.version>
+ <elasticsearch-java.version>8.10.4</elasticsearch-java.version>
<embedded-ldap.version>0.9.0</embedded-ldap.version>
<felix.version>7.0.5</felix.version>
<flapdoodle-embed.version>4.7.1</flapdoodle-embed.version>
diff --git
a/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
b/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
new file mode 100644
index 0000000000..016aad75a4
--- /dev/null
+++ b/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="1881" link="https://github.com/apache/logging-log4j2/pull/1881"/>
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update
`co.elastic.clients:elasticsearch-java` to version `8.10.4`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 27914bcf1f..74fcdcaa42 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -46,6 +46,7 @@ The module name of four bridges (`log4j-slf4j-impl`,
`log4j-slf4j2-impl`, `log4j
=== Changed
+* Update `co.elastic.clients:elasticsearch-java` to version `8.10.4`
(https://github.com/apache/logging-log4j2/pull/1881[1881])
* Update `com.google.guava:guava` to version `32.1.3-jre`
(https://github.com/apache/logging-log4j2/pull/1875[1875])
* Update `com.h2database:h2` to version `2.2.224`
(https://github.com/apache/logging-log4j2/pull/1880[1880])
* Update `io.netty:netty-bom` to version `4.1.100.Final`
(https://github.com/apache/logging-log4j2/pull/1857[1857])