This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new 7f2ff24064 Updating java mail version to compatible with java 11
security protocols
7f2ff24064 is described below
commit 7f2ff24064daec8e330c2feff749f798f8670006
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Thu Jul 28 12:54:37 2022 -0400
Updating java mail version to compatible with java 11 security protocols
---
modules/job-monitor/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/job-monitor/pom.xml b/modules/job-monitor/pom.xml
index 5bba1e5e6d..90cb63e305 100644
--- a/modules/job-monitor/pom.xml
+++ b/modules/job-monitor/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4.5</version>
+ <version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>