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 0bcdf0f623 Update `co.elastic.clients:elasticsearch-java` to version
`8.11.2` (#2078)
0bcdf0f623 is described below
commit 0bcdf0f623c4b9c7f50795fd4b4d7fbf143f6e36
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 8 11:17:53 2023 +0000
Update `co.elastic.clients:elasticsearch-java` to version `8.11.2` (#2078)
---
log4j-parent/pom.xml | 2 +-
.../.2.x.x/update_co_elastic_clients_elasticsearch_java.xml | 8 ++++++++
src/site/_release-notes/_2.x.x.adoc | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 2d3aabe734..0534691c61 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.11.1</elasticsearch-java.version>
+ <elasticsearch-java.version>8.11.2</elasticsearch-java.version>
<embedded-ldap.version>0.9.0</embedded-ldap.version>
<felix.version>7.0.5</felix.version>
<flapdoodle-embed.version>4.9.0</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..e3f520cea3
--- /dev/null
+++ b/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml
@@ -0,0 +1,8 @@
+<?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="2078" link="https://github.com/apache/logging-log4j2/pull/2078"/>
+ <description format="asciidoc">Update
`co.elastic.clients:elasticsearch-java` to version `8.11.2`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index f0b9d251c7..d8fda33066 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -28,6 +28,7 @@ This releases contains ...
* Bumped the minimum Java version required for the build to Java 17. Runtime
requirements remain unchanged.
(https://github.com/apache/logging-log4j2/issues/2021[2021])
* Update `ch.qos.logback:logback-classic` to version `1.3.14`
(https://github.com/apache/logging-log4j2/pull/2029[2029])
+* Update `co.elastic.clients:elasticsearch-java` to version `8.11.2`
(https://github.com/apache/logging-log4j2/pull/2078[2078])
* Update `com.github.luben:zstd-jni` to version `1.5.5-11`
(https://github.com/apache/logging-log4j2/pull/2030[2030])
* Update `commons-codec:commons-codec` to version `1.16.0`
(https://github.com/apache/logging-log4j2/pull/2042[2042])
* Update `commons-io:commons-io` to version `2.15.1`
(https://github.com/apache/logging-log4j2/pull/2034[2034])