Skip to content

Commit

Permalink
KONG-10: upgrade kong version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-epam committed Jul 1, 2024
1 parent 63742da commit 84e23e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class KongGatewayExtension implements BeforeAllCallback, AfterAllCallback {

public static final String KONG_GATEWAY_URL_PROPERTY = "kong.gateway.url";
public static final String KONG_DOCKER_IMAGE = "kong:3.4.1-ubuntu";
public static final String KONG_DOCKER_IMAGE = "kong:3.7.1-ubuntu";
public static final String KONG_URL_PROPERTY = "kong.url";

@SuppressWarnings("resource")
Expand Down

0 comments on commit 84e23e0

Please sign in to comment.