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 1a956a34e9 Update `co.elastic.clients:elasticsearch-java` to version 
`8.11.1` (#1968)
1a956a34e9 is described below

commit 1a956a34e9ffb55bc4eececb0a6f2f56ad2df14c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Nov 14 11:08:21 2023 +0000

    Update `co.elastic.clients:elasticsearch-java` to version `8.11.1` (#1968)
---
 log4j-parent/pom.xml                                                  | 2 +-
 src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml | 4 ++--
 src/site/_release-notes/_2.x.x.adoc                                   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 88713e0cb8..188e021d33 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.0</elasticsearch-java.version>
+    <elasticsearch-java.version>8.11.1</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
index d7dbfcc87e..89666d5a8a 100644
--- 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
@@ -3,6 +3,6 @@
        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="1953" link="https://github.com/apache/logging-log4j2/pull/1953"/>
-  <description format="asciidoc">Update 
`co.elastic.clients:elasticsearch-java` to version `8.11.0`</description>
+  <issue id="1968" link="https://github.com/apache/logging-log4j2/pull/1968"/>
+  <description format="asciidoc">Update 
`co.elastic.clients:elasticsearch-java` to version `8.11.1`</description>
 </entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index f9edde47b7..492bff330d 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -49,7 +49,7 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 * Change the order of evaluation of `FormattedMessage` formatters. Messages 
are evaluated using `java.util.Format` only if they don't comply to the 
`java.text.MessageFormat` or `ParameterizedMessage` format. 
(https://github.com/apache/logging-log4j2/issues/1223[1223])
 * Fix MDC pattern converter causing issues for `%notEmpty` 
(https://github.com/apache/logging-log4j2/issues/1922[1922])
 * Fix `NotSerializableException` when `Logger` is serialized with a 
`ReusableMessageFactory` 
(https://github.com/apache/logging-log4j2/issues/1884[1884])
-* Update `co.elastic.clients:elasticsearch-java` to version `8.11.0` 
(https://github.com/apache/logging-log4j2/pull/1953[1953])
+* Update `co.elastic.clients:elasticsearch-java` to version `8.11.1` 
(https://github.com/apache/logging-log4j2/pull/1968[1968])
 * Update `com.fasterxml.jackson:jackson-bom` to version `2.15.3` 
(https://github.com/apache/logging-log4j2/pull/1894[1894])
 * Update `com.github.luben:zstd-jni` to version `1.5.5-10` 
(https://github.com/apache/logging-log4j2/pull/1940[1940])
 * Update `com.google.guava:guava` to version `32.1.3-jre` 
(https://github.com/apache/logging-log4j2/pull/1875[1875])

Reply via email to