This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 3902b09a846 [fix][sec] Bump at.yawk.lz4:lz4-java from 1.9.0 to 1.10.1
in /pulsar-common (#25045)
3902b09a846 is described below
commit 3902b09a8464a66a304bfa404c9c32bac0f10552
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 09:45:42 2025 +0200
[fix][sec] Bump at.yawk.lz4:lz4-java from 1.9.0 to 1.10.1 in /pulsar-common
(#25045)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pulsar-common/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-common/pom.xml b/pulsar-common/pom.xml
index 5ec00f9125e..a0661262956 100644
--- a/pulsar-common/pom.xml
+++ b/pulsar-common/pom.xml
@@ -256,7 +256,7 @@
<dependency>
<groupId>at.yawk.lz4</groupId>
<artifactId>lz4-java</artifactId>
- <version>1.9.0</version>
+ <version>1.10.1</version>
<scope>test</scope>
</dependency>