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 <claus.ib...@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