From f624f6227d39dae4a4fe6722930561d82b0a6e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:50:05 +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.2 to 8.12.3. - [Release notes](https://github.com/bbottema/simple-java-mail/releases) - [Changelog](https://github.com/bbottema/simple-java-mail/blob/master/RELEASE.txt) - [Commits](https://github.com/bbottema/simple-java-mail/compare/8.12.2...8.12.3) --- updated-dependencies: - dependency-name: org.simplejavamail:simple-java-mail dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0952352..f0c76d5 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { compileOnly group: "io.kestra", name: "core", version: kestraVersion // libs - api 'org.simplejavamail:simple-java-mail:8.12.2' + api 'org.simplejavamail:simple-java-mail:8.12.3' api 'org.eclipse.angus:jakarta.mail:2.0.3' api ('com.sendgrid:sendgrid-java:4.10.3') { exclude group: 'com.fasterxml.jackson.core'