This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch vault-1.16.2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 33bea09db6b4722a4d90a825c9c2e2239d19f6f9 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon May 27 10:08:46 2024 +0200 Upgrade Vault container image to version 1.16.2 Signed-off-by: Andrea Cosentino <[email protected]> --- .../camel/test/infra/hashicorp/vault/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-hashicorp-vault/src/test/resources/org/apache/camel/test/infra/hashicorp/vault/services/container.properties b/test-infra/camel-test-infra-hashicorp-vault/src/test/resources/org/apache/camel/test/infra/hashicorp/vault/services/container.properties index de26f3d7967..1354c467edd 100644 --- a/test-infra/camel-test-infra-hashicorp-vault/src/test/resources/org/apache/camel/test/infra/hashicorp/vault/services/container.properties +++ b/test-infra/camel-test-infra-hashicorp-vault/src/test/resources/org/apache/camel/test/infra/hashicorp/vault/services/container.properties @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -hashicorp.vault.container=hashicorp/vault:1.16.1 +hashicorp.vault.container=hashicorp/vault:1.16.2
