Skip to content

Commit

Permalink
Merge pull request #398 from DependencyTrack/bump-redpanda-v23.2.13
Browse files Browse the repository at this point in the history
Bump Redpanda to `v23.2.13`
  • Loading branch information
VithikaS authored Nov 1, 2023
2 parents 6a7041a + 48f9b47 commit 9049ecd
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 @@ -25,7 +25,7 @@ abstract class KafkaStreamsPostgresTest extends AbstractPostgresEnabledTest {

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

KafkaStreams kafkaStreams;
ExternalKafkaCluster kafka;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract class KafkaStreamsTest extends PersistenceCapableTest {

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

KafkaStreams kafkaStreams;
ExternalKafkaCluster kafka;
Expand Down

0 comments on commit 9049ecd

Please sign in to comment.