From 9fe091bb89f4f510a193001e6b771203884e93d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:54:19 +0000 Subject: [PATCH] chore(deps): Bump org.simplejavamail:simple-java-mail Bumps [org.simplejavamail:simple-java-mail](https://github.com/bbottema/simple-java-mail) from 8.12.6 to 9.3.1. - [Release notes](https://github.com/bbottema/simple-java-mail/releases) - [Changelog](https://github.com/bbottema/simple-java-mail/blob/master/RELEASE_HISTORY.md) - [Commits](https://github.com/bbottema/simple-java-mail/compare/8.12.6...9.3.1) --- updated-dependencies: - dependency-name: org.simplejavamail:simple-java-mail dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2488c4459..ba663e6a4d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ system-stubs = "2.1.8" fastcsv = "4.3.1" poi = "5.5.1" parsson = "1.1.9" -simplejavamail = "8.12.6" +simplejavamail = "9.3.1" swagger = "2.1.45" jsonpath = "3.0.0" jsonsmart = "2.6.0"