This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new cd2593e7eaf (chores) camel-test-infra-hashicorp-vault: update container to the latest version cd2593e7eaf is described below commit cd2593e7eaf1bb814d12a6d1245423f7508fb35b Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Fri Nov 17 18:30:12 2023 +0100 (chores) camel-test-infra-hashicorp-vault: update container to the latest version Updates the container to 1.15.2 --- .../hashicorp/vault/services/HashicorpVaultLocalContainerService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java b/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java index 812bac88b8d..51bdff59ef5 100644 --- a/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java +++ b/test-infra/camel-test-infra-hashicorp-vault/src/test/java/org/apache/camel/test/infra/hashicorp/vault/services/HashicorpVaultLocalContainerService.java @@ -28,7 +28,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer; import org.testcontainers.containers.wait.strategy.Wait; public class HashicorpVaultLocalContainerService implements HashicorpVaultService, ContainerService<GenericContainer<?>> { - public static final String CONTAINER_IMAGE = "hashicorp/vault:1.13.3"; + public static final String CONTAINER_IMAGE = "hashicorp/vault:1.15.2"; public static final String CONTAINER_NAME = "hashicorp-vault"; private static final String DEFAULT_TOKEN = "myToken";