NIFI-11597 Upgraded zstd-jni from 1.5.5-1 to 1.5.5-3

This closes #7292

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-05-25 07:39:09 -04:00 committed by exceptionfactory
parent e2dd9359e4
commit 8a0007a6b8
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-1</version>
<version>1.5.5-3</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-1</version>
<version>1.5.5-3</version>
</dependency>
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>