From f0632ac1cce610a0d2f494d1068afc137bf45890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:39:13 +0000 Subject: [PATCH] chore(deps): bump axllent/mailpit from v1.30.6 to v1.31.0 in /tests/e2e Bumps axllent/mailpit from v1.30.6 to v1.31.0. --- updated-dependencies: - dependency-name: axllent/mailpit dependency-version: v1.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/e2e/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/compose.yaml b/tests/e2e/compose.yaml index c24e65b..c40eb9e 100644 --- a/tests/e2e/compose.yaml +++ b/tests/e2e/compose.yaml @@ -23,7 +23,7 @@ services: start_period: 3s mailpit: - image: axllent/mailpit:v1.30.6 + image: axllent/mailpit:v1.31.0 ports: - "${ATLAS_E2E_MAILPIT_SMTP_PORT:?ATLAS_E2E_MAILPIT_SMTP_PORT is required}:1025" - "${ATLAS_E2E_MAILPIT_HTTP_PORT:?ATLAS_E2E_MAILPIT_HTTP_PORT is required}:8025"