You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/10 10:41:04 UTC

(camel) branch main updated: Upgrade to pulsar 3.2.1 (#13429)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b653906695 Upgrade to pulsar 3.2.1 (#13429)
0b653906695 is described below

commit 0b653906695370869e3d1f5af06cde5d64babb66
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 10 11:40:58 2024 +0100

    Upgrade to pulsar 3.2.1 (#13429)
---
 parent/pom.xml                                                          | 2 +-
 .../org/apache/camel/test/infra/pulsar/services/container.properties    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 401d4e5b864..d0383ea0689 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -393,7 +393,7 @@
         <protostream-version>4.6.5.Final</protostream-version>
         <prowide-version>SRU2023-10.1.4</prowide-version>
         <pubnub-version>6.4.5</pubnub-version>
-        <pulsar-version>3.2.0</pulsar-version>
+        <pulsar-version>3.2.1</pulsar-version>
         <qdrant-client-version>1.8.0</qdrant-client-version>
         <qpid-broker-version>9.2.0</qpid-broker-version>
         <qpid-proton-j-version>0.34.1</qpid-proton-j-version>
diff --git a/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties b/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
index 1eed593c17f..0d24ad597bc 100644
--- a/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
+++ b/test-infra/camel-test-infra-pulsar/src/test/resources/org/apache/camel/test/infra/pulsar/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-pulsar.container=apachepulsar/pulsar:3.1.1
\ No newline at end of file
+pulsar.container=apachepulsar/pulsar:3.1.3
\ No newline at end of file