From 952b68ddafd33c3d6520c6cc4c2b5e959a352212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 08:09:41 +0000 Subject: [PATCH] Bump mail from 1.4.5 to 1.4.7 Bumps mail from 1.4.5 to 1.4.7. --- updated-dependencies: - dependency-name: javax.mail: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 3c43e55..d65c2bc 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ ext.library = [ github: 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5', jackson_yaml: 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.6', jackson_databind: 'com.fasterxml.jackson.core:jackson-databind:2.8.6', - mail: 'javax.mail:mail:1.4.5', + mail: 'javax.mail:mail:1.4.7', junit: 'junit:junit-dep:4.10', hamcrest: 'org.hamcrest:hamcrest-all:1.3',