Skip to content

Commit 2a3d3d4

Browse files
authored
## Problem Description Updating mail dependency to Jakarta Mail 1.6.7 (last one for Java 8) Fixes opendcs#856 unit tests were added previously for the mailapi.
1 parent 8081c67 commit 2a3d3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jep="2.4.1"
1616
jama="1.0.2"
1717
dropwizard="4.1.0-rc2"
1818
passay="1.3.1"
19-
sun-mailapi="1.6.2"
2019
jsch="0.1.55"
2120
aspectj="1.8.10"
2221
json="20231013"
@@ -35,6 +34,7 @@ nucleus = "1.1.1"
3534
# to upgrade past this version requires java 11 -->
3635
jdbi = "3.39.1"
3736
flywaydb = "9.8.1"
37+
sun-mailapi="1.6.7"
3838

3939
#test deps
4040
junit = "5.10.2"
@@ -67,7 +67,7 @@ scijava-jep = { module = "org.scijava:jep", version.ref="jep" }
6767
jama = { module = "gov.nist.math:jama", version.ref="jama" }
6868
dropwizard-metrics-core = { module = "io.dropwizard.metrics:metrics-core", version.ref="dropwizard" }
6969
passay = { module = "org.passay:passay", version.ref="passay" }
70-
sun-mailapi = { module = "com.sun.mail:mailapi", version.ref="sun-mailapi" }
70+
sun-mailapi = { module = "com.sun.mail:jakarta.mail", version.ref="sun-mailapi" }
7171
org-jcraft-jsch = { module = "com.jcraft:jsch", version.ref="jsch" }
7272
org-aspectj-aspectjrt = { module = "org.aspectj:aspectjrt", version.ref="aspectj" }
7373
org-json-json = { module = "org.json:json", version.ref="json" }

0 commit comments

Comments
 (0)