From 0b653906695370869e3d1f5af06cde5d64babb66 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sun, 10 Mar 2024 11:40:58 +0100 Subject: [PATCH] Upgrade to pulsar 3.2.1 (#13429) --- parent/pom.xml | 2 +- .../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 401d4e5b86417..d0383ea06899f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -393,7 +393,7 @@ 4.6.5.Final SRU2023-10.1.4 6.4.5 - 3.2.0 + 3.2.1 1.8.0 9.2.0 0.34.1 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 1eed593c17f3d..0d24ad597bc44 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