Skip to content

Commit

Permalink
Bump org.simplejavamail:simple-java-mail from 8.10.1 to 8.11.1 (#710)
Browse files Browse the repository at this point in the history
* Bump org.simplejavamail:simple-java-mail from 8.10.1 to 8.11.1

Bumps [org.simplejavamail:simple-java-mail](https://github.com/bbottema/simple-java-mail) from 8.10.1 to 8.11.1.
- [Release notes](https://github.com/bbottema/simple-java-mail/releases)
- [Changelog](https://github.com/bbottema/simple-java-mail/blob/master/RELEASE.txt)
- [Commits](bbottema/simple-java-mail@8.10.1...8.11.1)

---
updated-dependencies:
- dependency-name: org.simplejavamail:simple-java-mail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* remove javamail dep

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Arp <[email protected]>
  • Loading branch information
dependabot[bot] and BrandonArp authored Jun 5, 2024
1 parent f5b44f4 commit c31e86e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
<hikaricp.version>5.1.0</hikaricp.version>
<jackson.version>2.17.1</jackson.version>
<javassist.maven.core.version>0.2.8</javassist.maven.core.version>
<java.mail.version>5.0.0</java.mail.version>
<java.websocket.version>1.3.0</java.websocket.version>
<jsr305.version>3.0.2</jsr305.version>
<lmdb.version>0.9.0</lmdb.version>
Expand All @@ -111,7 +110,7 @@
<postgresql.version>42.7.3</postgresql.version>
<scala.version>2.13.12</scala.version>
<scala.xml.version>2.3.0</scala.xml.version>
<simplejavamail.version>8.10.1</simplejavamail.version>
<simplejavamail.version>8.11.1</simplejavamail.version>
<slf4j.version>2.0.13</slf4j.version>
<spotbugs.annotations.version>4.8.5</spotbugs.annotations.version>
<twirl.api.version>2.0.3</twirl.api.version>
Expand Down

0 comments on commit c31e86e

Please sign in to comment.