Skip to content

Commit f4e27ba

Browse files
committed
Update com.github.luben:zstd-jni to version 1.5.5-11 (#2030)
1 parent f82109d commit f4e27ba

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<woodstox.version>6.5.1</woodstox.version>
152152
<xmlunit.version>2.9.1</xmlunit.version>
153153
<xz.version>1.9</xz.version>
154-
<zstd.version>1.5.5-10</zstd.version>
154+
<zstd.version>1.5.5-11</zstd.version>
155155

156156
<!-- =====================================================
157157
Pinned transitive dependency version properties (in alphabetical order)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="2030" link="https://github.com/apache/logging-log4j2/pull/2030"/>
7+
<description format="asciidoc">Update `com.github.luben:zstd-jni` to version `1.5.5-11`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This releases contains ...
2828
2929
* Bumped the minimum Java version required for the build to Java 17. Runtime requirements remain unchanged. (https://github.com/apache/logging-log4j2/issues/2021[2021])
3030
* Update `ch.qos.logback:logback-classic` to version `1.3.13` (https://github.com/apache/logging-log4j2/pull/2017[2017])
31+
* Update `com.github.luben:zstd-jni` to version `1.5.5-11` (https://github.com/apache/logging-log4j2/pull/2030[2030])
3132
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
3233
* Update `github/codeql-action` to version `2.22.8` (https://github.com/apache/logging-log4j2/pull/2005[2005])
3334
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])

0 commit comments

Comments
 (0)