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 d82982c4b9 Update `com.github.luben:zstd-jni` to version `1.5.5-8`
(#1935)
d82982c4b9 is described below
commit d82982c4b97f629f87bbbf3c0a752ea48a3aef3c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Oct 31 21:20:08 2023 +0000
Update `com.github.luben:zstd-jni` to version `1.5.5-8` (#1935)
---
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 ff2bf17959..15c9e93edf 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-7</zstd.version>
+ <zstd.version>1.5.5-8</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 0c21f6fb7a..4a4914cf7c 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="1919" link="https://github.com/apache/logging-log4j2/pull/1919"/>
- <description format="asciidoc">Update `com.github.luben:zstd-jni` to version
`1.5.5-7`</description>
+ <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>
</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index de14e2a004..8e3c031b30 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 `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-7`
(https://github.com/apache/logging-log4j2/pull/1919[1919])
+* Update `com.github.luben:zstd-jni` to version `1.5.5-8`
(https://github.com/apache/logging-log4j2/pull/1935[1935])
* 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])