mirror of https://github.com/apache/nifi.git
NIFI-11685 Upgraded zstd-jni from 1.5.5-3 to 1.5.5-4
This closes #7376 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
4b6209ed20
commit
8cd1b4b76c
|
@ -42,7 +42,7 @@ language governing permissions and limitations under the License. -->
|
|||
<dependency>
|
||||
<groupId>com.github.luben</groupId>
|
||||
<artifactId>zstd-jni</artifactId>
|
||||
<version>1.5.5-3</version>
|
||||
<version>1.5.5-4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aayushatharva.brotli4j</groupId>
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.luben</groupId>
|
||||
<artifactId>zstd-jni</artifactId>
|
||||
<version>1.5.5-3</version>
|
||||
<version>1.5.5-4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aayushatharva.brotli4j</groupId>
|
||||
|
|
Loading…
Reference in New Issue