From d85d0b93d136db81273b54016c92e6f0a1039be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:17:41 +0000 Subject: [PATCH] chore(deps): bump github.com/sersoft-gmbh/swift-smtp Bumps [github.com/sersoft-gmbh/swift-smtp](https://github.com/sersoft-gmbh/swift-smtp) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/sersoft-gmbh/swift-smtp/releases) - [Commits](https://github.com/sersoft-gmbh/swift-smtp/compare/2.18.0...2.18.1) --- updated-dependencies: - dependency-name: github.com/sersoft-gmbh/swift-smtp dependency-version: 2.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c98544a..79d2048 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( // Pinned to an exact version (rather than a floating `from:` // range) because 2.17.0+ bumps swift-tools-version to 6.3, which // swift-actions/setup-swift@v2 cannot install yet (max is 6.2). - .package(url: "https://github.com/sersoft-gmbh/swift-smtp", .exact("2.18.0")) + .package(url: "https://github.com/sersoft-gmbh/swift-smtp", .exact("2.18.1")) ], targets: [ .executableTarget(