This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 7e99f1b6 [MASSEMBLY-996] Bump zstd-jni from 1.5.5-4 to 1.5.5-5 (#150) 7e99f1b6 is described below commit 7e99f1b6cdfecfc9ec81e549b0bdf809a5242dbf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Aug 19 16:52:50 2023 +0200 [MASSEMBLY-996] Bump zstd-jni from 1.5.5-4 to 1.5.5-5 (#150) Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.5-4 to 1.5.5-5. - [Commits](https://github.com/luben/zstd-jni/commits) --- updated-dependencies: - dependency-name: com.github.luben:zstd-jni dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 341c2bb6..846ebb41 100644 --- a/pom.xml +++ b/pom.xml @@ -390,7 +390,7 @@ under the License. <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> - <version>1.5.5-4</version> + <version>1.5.5-5</version> </dependency> </dependencies> <executions>