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 afdf43e9d5a Upgrade apache pulsar 3.2.3 (#14270)
afdf43e9d5a is described below
commit afdf43e9d5a4f053c99506e1a3ce3bebabd27ffe
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 29 11:05:24 2024 +0200
Upgrade apache pulsar 3.2.3 (#14270)
---
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 1f92a55264e..5ba466ec33e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -409,7 +409,7 @@
<protostream-version>5.0.3.Final</protostream-version>
<prowide-version>SRU2023-10.1.5</prowide-version>
<pubnub-version>6.4.5</pubnub-version>
- <pulsar-version>3.2.2</pulsar-version>
+ <pulsar-version>3.2.3</pulsar-version>
<qdrant-client-version>1.9.1</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 0d24ad597bc..76d1d4af05b 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.3
\ No newline at end of file
+pulsar.container=apachepulsar/pulsar:3.2.3
\ No newline at end of file