This is an automated email from the ASF dual-hosted git repository.
xiangying pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-java-contrib.git
The following commit(s) were added to refs/heads/main by this push:
new c3cf0b2 Upgrade Pulsar version to 4.1.1 (#23)
c3cf0b2 is described below
commit c3cf0b2e878b37096de2ee6de3c7099874ccf82a
Author: StevenLuMT <[email protected]>
AuthorDate: Wed Nov 12 19:17:35 2025 +0800
Upgrade Pulsar version to 4.1.1 (#23)
Upgrade Pulsar version to 4.1.1
Main features include:
PIP-415 is very useful,a new API to get the message id by
offset(https://lists.apache.org/thread/j9vxmmsw1r85l27v3rgp9tcnllk48wyb)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 266dc9b..e65edca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <pulsar.version>4.0.5</pulsar.version>
+ <pulsar.version>4.1.1</pulsar.version>
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
<puppycrawl.checkstyle.version>8.45.1</puppycrawl.checkstyle.version>
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>