Skip to content

Commit

Permalink
Upgrade to Angus Mail 2.0.3 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Nov 20, 2024
1 parent 33f76b7 commit 9679a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panoramapublic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

dependencies {
implementation "com.sun.mail:jakarta.mail:${javaMailVersion}"
implementation "org.eclipse.angus:angus-mail:${angusMailVersion}"
BuildUtils.addExternalDependency(
project,
new ExternalDependency(
Expand Down
2 changes: 1 addition & 1 deletion signup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
implementation "com.sun.mail:jakarta.mail:${javaMailVersion}"
implementation "org.eclipse.angus:angus-mail:${angusMailVersion}"
}

0 comments on commit 9679a22

Please sign in to comment.