NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6

This closes #7850

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-10-06 10:57:24 -04:00 committed by exceptionfactory
parent db0407cda6
commit a8b56949d7
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-5</version>
<version>1.5.5-6</version>
</dependency>
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>

View File

@ -141,7 +141,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-5</version>
<version>1.5.5-6</version>
</dependency>
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>