This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 8897665d02219de7d515081615d30948b5a7f8ba
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>
(cherry picked from commit 3902b09a8464a66a304bfa404c9c32bac0f10552)
---
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 f9c64f934ca..6df458b626a 100644
--- a/pulsar-common/pom.xml
+++ b/pulsar-common/pom.xml
@@ -225,7 +225,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>