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:
mr1716 2023-06-14 09:16:41 -04:00 committed by exceptionfactory
parent 4b6209ed20
commit 8cd1b4b76c
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>