mirror of https://github.com/apache/nifi.git
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:
parent
db0407cda6
commit
a8b56949d7
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue