Skip to content

Commit

Permalink
chore(dependencies): bump javax mail version (#834)
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Rogers <ethanfrogers@users.noreply.github.com>
  • Loading branch information
asgard-r and ethanfrogers authored Jun 9, 2020
1 parent 7aebc7a commit ae409fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo-notifications/echo-notifications.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation "com.netflix.spinnaker.kork:kork-artifacts"
implementation "com.netflix.spinnaker.kork:kork-web"
implementation "commons-codec:commons-codec"
implementation "javax.mail:mail:1.4.1"
implementation "javax.mail:javax.mail-api:1.6.2"
implementation "org.springframework.boot:spring-boot-starter-mail"
implementation "org.springframework.boot:spring-boot-starter-freemarker"
implementation "org.jsoup:jsoup:1.8.3"
Expand Down

0 comments on commit ae409fe

Please sign in to comment.