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

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8937ead  Updated the Pulsar used for testing from version 4.0.8 to 
4.0.9
8937ead is described below

commit 8937eada538c1d80cbdc44f03e80395fe183b85c
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Fri Feb 20 13:10:03 2026 +0100

    Updated the Pulsar used for testing from version 4.0.8 to 4.0.9
---
 tests/DotPulsar.Tests/IntegrationFixture.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/DotPulsar.Tests/IntegrationFixture.cs 
b/tests/DotPulsar.Tests/IntegrationFixture.cs
index 385fe24..1d91d4b 100644
--- a/tests/DotPulsar.Tests/IntegrationFixture.cs
+++ b/tests/DotPulsar.Tests/IntegrationFixture.cs
@@ -54,7 +54,7 @@ public class IntegrationFixture : IAsyncLifetime
             
.WithWaitStrategy(Wait.ForUnixContainer().UntilHttpRequestIsSucceeded(strategy 
=> strategy.ForPath("/version").ForPort(ToxiProxyControlPort)))
             .Build();
 
-        _pulsarCluster = new PulsarBuilder("apachepulsar/pulsar:4.0.8")
+        _pulsarCluster = new PulsarBuilder("apachepulsar/pulsar:4.0.9")
             .WithAuthentication()
             .WithNetwork(_network)
             .WithHostname("pulsar")

Reply via email to