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:18:58 UTC

(camel) branch pulsar created (now 982376684ca)

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

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


      at 982376684ca Upgrade to pulsar 3.2.1

This branch includes the following new commits:

     new 982376684ca Upgrade to pulsar 3.2.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel) 01/01: Upgrade to pulsar 3.2.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 982376684ca286f7a3cbde5480cf059b8d054231
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 10 11:18:38 2024 +0100

    Upgrade to pulsar 3.2.1
---
 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