Skip to content

Commit

Permalink
Bump Redpanda to v23.3.11 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro committed Apr 12, 2024
1 parent 9a40643 commit 4747c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ProcessorManagerTest {

@Rule
public RedpandaContainer kafkaContainer = new RedpandaContainer(DockerImageName
.parse("docker.redpanda.com/vectorized/redpanda:v23.3.6"));
.parse("docker.redpanda.com/vectorized/redpanda:v23.3.11"));

private ExternalKafkaCluster kafka;
private Config configMock;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract class KafkaStreamsTest extends PersistenceCapableTest {

@Rule
public RedpandaContainer container = new RedpandaContainer(DockerImageName
.parse("docker.redpanda.com/vectorized/redpanda:v23.3.6"));
.parse("docker.redpanda.com/vectorized/redpanda:v23.3.11"));

KafkaStreams kafkaStreams;
ExternalKafkaCluster kafka;
Expand Down

0 comments on commit 4747c6a

Please sign in to comment.