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 bb1e4f887a Update `co.elastic.clients:elasticsearch-java` to version 
`8.11.3` (#2161)
bb1e4f887a is described below

commit bb1e4f887abe4ae43f236a570bec4d6e22b7cbbe
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jan 4 11:14:09 2024 +0000

    Update `co.elastic.clients:elasticsearch-java` to version `8.11.3` (#2161)
---
 log4j-parent/pom.xml                                              | 2 +-
 .../.2.x.x/update_co_elastic_clients_elasticsearch_java.xml       | 8 ++++++++
 src/site/_release-notes/_2.x.x.adoc                               | 2 ++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index d483bc2d99..10699139bc 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -78,7 +78,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.2</elasticsearch-java.version>
+    <elasticsearch-java.version>8.11.3</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..b7f7ea0674
--- /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.3.xsd";
+       type="updated">
+  <issue id="2161" link="https://github.com/apache/logging-log4j2/pull/2161"/>
+  <description format="asciidoc">Update 
`co.elastic.clients:elasticsearch-java` to version `8.11.3`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index e76c43e0ff..bdafca90ec 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -42,10 +42,12 @@ This releases contains ...
 === Fixed
 
 * Fixed use of `SecurityManager` in `LoaderUtil` where 
`AccessController::doPrivileged` should only be invoked when a 
`SecurityManager` is installed. Some runtimes do not seem to have this method 
available. (https://github.com/apache/logging-log4j2/issues/2129[2129])
+* Fix typo in Kubernetes `clientKeyData` configuration property.
 
 [#release-notes-2-x-x-updated]
 === Updated
 
+* Update `co.elastic.clients:elasticsearch-java` to version `8.11.3` 
(https://github.com/apache/logging-log4j2/pull/2161[2161])
 * Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` 
(https://github.com/apache/logging-log4j2/pull/2126[2126])
 * Update `github/codeql-action` to version `3.22.12` 
(https://github.com/apache/logging-log4j2/pull/2130[2130])
 * Update `org.assertj:assertj-core` to version `3.25.1` 
(https://github.com/apache/logging-log4j2/pull/2153[2153])

Reply via email to