From 8f57c34259bc57aaf6fead914fbd8651d4629332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 18:28:02 +0000 Subject: [PATCH] composer: bump phpmailer/phpmailer from 7.1.0 to 7.1.1 in /app/full Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/full/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/full/composer.lock b/app/full/composer.lock index 2e6266b..b12b363 100644 --- a/app/full/composer.lock +++ b/app/full/composer.lock @@ -1887,16 +1887,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v7.1.0", + "version": "v7.1.1", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "e193b921a73e65bff40cab89ea0b0293be0e0c20" + "reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e193b921a73e65bff40cab89ea0b0293be0e0c20", - "reference": "e193b921a73e65bff40cab89ea0b0293be0e0c20", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1bc1716a507a65e039d4ac9d9adebbbd0d346e15", + "reference": "1bc1716a507a65e039d4ac9d9adebbbd0d346e15", "shasum": "" }, "require": { @@ -1957,7 +1957,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.1.0" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v7.1.1" }, "funding": [ { @@ -1965,7 +1965,7 @@ "type": "github" } ], - "time": "2026-05-15T14:22:59+00:00" + "time": "2026-05-18T08:06:14+00:00" }, { "name": "phpoption/phpoption",