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 282d533a39 Update `com.github.luben:zstd-jni` to version `1.5.5-9` 
(#1938)
282d533a39 is described below

commit 282d533a39850cc4758d1e78e2ac66898d1d4769
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Nov 1 10:51:54 2023 +0000

    Update `com.github.luben:zstd-jni` to version `1.5.5-9` (#1938)
---
 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 15c9e93edf..610f87d42d 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-8</zstd.version>
+    <zstd.version>1.5.5-9</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 4a4914cf7c..26b4f680c5 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="1935" link="https://github.com/apache/logging-log4j2/pull/1935"/>
-  <description format="asciidoc">Update `com.github.luben:zstd-jni` to version 
`1.5.5-8`</description>
+  <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>
 </entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc 
b/src/site/_release-notes/_2.x.x.adoc
index 2f813c3d29..3af71eaa54 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-8` 
(https://github.com/apache/logging-log4j2/pull/1935[1935])
+* Update `com.github.luben:zstd-jni` to version `1.5.5-9` 
(https://github.com/apache/logging-log4j2/pull/1938[1938])
 * 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