You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/04/12 15:56:58 UTC

[streampipes] 01/02: Bump zstd-jni from 1.4.3-1 to 1.5.5-1

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 31c68401a4292fa8bf579ee084694086c01069e0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 11 03:04:50 2023 +0000

    Bump zstd-jni from 1.4.3-1 to 1.5.5-1
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.3-1 to 1.5.5-1.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.4.3-1...v1.5.5-1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 453cc30f7..0ddc92220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
 	<scala-parser-combinators.version>1.1.1</scala-parser-combinators.version>
 	<slack-api.version>1.4.0</slack-api.version>
 	<xerces.version>2.12.2</xerces.version>
-	<zstd-jni.version>1.4.3-1</zstd-jni.version>
+	<zstd-jni.version>1.5.5-1</zstd-jni.version>
 	<inlong.version>1.5.0</inlong.version>
 
 	<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>