Skip to content

Commit

Permalink
Update Apache Kafka images to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jul 30, 2024
1 parent 33e9f64 commit 4952337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class KafkaContainerTest extends AbstractKafka {

@Parameterized.Parameters(name = "{0}")
public static String[] params() {
return new String[] { "apache/kafka:3.7.0", "apache/kafka-native:3.8.0-rc3" };
return new String[] { "apache/kafka:3.8.0", "apache/kafka-native:3.8.0" };
}

@Parameterized.Parameter
Expand Down

0 comments on commit 4952337

Please sign in to comment.