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 72c7d73882 Update `com.github.luben:zstd-jni` to version `1.5.5-10` 
(#1940)
72c7d73882 is described below

commit 72c7d738821db5a5cd06d25de418728e38459899
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Nov 2 11:13:27 2023 +0000

    Update `com.github.luben:zstd-jni` to version `1.5.5-10` (#1940)
---
 log4j-parent/pom.xml                                      | 2 +-
 src/changelog/.2.x.x/update_com_github_luben_zstd_jni.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 610f87d42d..f388a10620 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -150,7 +150,7 @@
     <woodstox.version>6.5.1</woodstox.version>
     <xmlunit.version>2.9.1</xmlunit.version>
     <xz.version>1.9</xz.version>
-    <zstd.version>1.5.5-9</zstd.version>
+    <zstd.version>1.5.5-10</zstd.version>
 
     <!-- =====================================================
          Pinned transitive dependency version properties (in alphabetical 
order)
diff --git a/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml 
b/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml
index 26b4f680c5..7d683d4bb8 100644
--- a/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.xml
+++ b/src/changelog/.2.x.x/update_com_github_luben_zstd_jni.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="1938" link="https://github.com/apache/logging-log4j2/pull/1938"/>
-  <description format="asciidoc">Update `com.github.luben:zstd-jni` to version 
`1.5.5-9`</description>
+  <issue id="1940" link="https://github.com/apache/logging-log4j2/pull/1940"/>
+  <description format="asciidoc">Update `com.github.luben:zstd-jni` to version 
`1.5.5-10`</description>
 </entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 3af71eaa54..cc91f1be77 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -50,7 +50,7 @@ The module name of four bridges (`log4j-slf4j-impl`, 
`log4j-slf4j2-impl`, `log4j
 * 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 `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-9` 
(https://github.com/apache/logging-log4j2/pull/1938[1938])
+* 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])
 * 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])

Reply via email to